#648B08

Color #648B08 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #648B08

Tints of Olive Drab #648B08

Color information

#648B08 (or 0x648B08) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 08. RGB value is (100,139,8). Sum of RGB (Red+Green+Blue) = 100+139+8=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #648B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648B08 is #9B74F7. Grayscale: #707070. Windows color (decimal): -10188024 or 559972. OLE color: 559972.

HSL color Cylindrical-coordinate representation of color #648B08: hue angle of 77.86º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648B08 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1001398-
CMYK0.2800.940.45
HSL77.86º89.12%28.82%-
HSV(B)77.86º94.24%54.51%-
XYZ14.5321.193.55-
YUV112.469.08119.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=40.49%
G=56.28%
B=3.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10013980.2800.940.4577.8689.1228.82
Hex648B81C05E2D4e591d
Octal144213103401365511613135
Binary110010010001011100011100010111101011011001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648B08; }

 p { color: rgb(100,139,8); }

 H1.HeaderClassName
 {
   color: #648B08;
 }
 .AnyTagClassName
 {
   color: #648B08;
 }
</style>
background-color css

<style>
 a { background-color: #648B08; }

 a { background-color: rgb(100,139,8); }

 div.DivClassName
 {
   background-color: #648B08;
 }
 .BgClassName
 {
   background-color: #648B08;
 }
</style>
border-color css

<style>
 span { border-color: #648B08; }

 span { border-color: rgb(100,139,8); }

 td.TdClassName
 {
   border-color: #648B08;
 }
 .TagClassName
 {
   border-color: #648B08;
 }
</style>