#64850B

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

Shades of Olive Drab #64850B

Tints of Olive Drab #64850B

Color information

#64850B (or 0x64850B) is unknown color: approx Olive Drab. HEX triplet: 64, 85 and 0B. RGB value is (100,133,11). Sum of RGB (Red+Green+Blue) = 100+133+11=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #64850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64850B is #9B7AF4. Grayscale: #6D6D6D. Windows color (decimal): -10189557 or 755044. OLE color: 755044.

HSL color Cylindrical-coordinate representation of color #64850B: hue angle of 76.23º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64850B is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB10013311-
CMYK0.2500.920.48
HSL76.23º84.72%28.24%-
HSV(B)76.23º91.73%52.16%-
XYZ13.719.513.36-
YUV109.2272.57121.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.98%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 11 (4.69% from 255) = 4.51%
R=40.98%
G=54.51%
B=4.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133110.2500.920.4876.2384.7228.24
Hex6485B1905C304c551c
Octal144205133101346011412534
Binary110010010000101101111001010111001100001001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64850B; }

 p { color: rgb(100,133,11); }

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

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

 a { background-color: rgb(100,133,11); }

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

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

 span { border-color: rgb(100,133,11); }

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