#649208

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

Shades of Olive Drab #649208

Tints of Olive Drab #649208

Color information

#649208 (or 0x649208) is unknown color: approx Olive Drab. HEX triplet: 64, 92 and 08. RGB value is (100,146,8). Sum of RGB (Red+Green+Blue) = 100+146+8=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #649208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649208 is #9B6DF7. Grayscale: #757575. Windows color (decimal): -10186232 or 561764. OLE color: 561764.

HSL color Cylindrical-coordinate representation of color #649208: hue angle of 80º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649208 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1001468-
CMYK0.3200.950.43
HSL80º89.61%30.2%-
HSV(B)80º94.52%57.25%-
XYZ15.5823.283.9-
YUV116.5166.76116.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.37%
GREEN value IS 146 (57.42% from 255) = 57.48%
BLUE value IS 8 (3.52% from 255) = 3.15%
R=39.37%
G=57.48%
B=3.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10014680.3200.950.438089.6130.2
Hex649282005F2B505a1e
Octal144222104001375312013236
Binary1100100100100101000100000010111111010111010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649208; }

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

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

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

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

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

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

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

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