#64850C

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

Shades of Olive Drab #64850C

Tints of Olive Drab #64850C

Color information

#64850C (or 0x64850C) is unknown color: approx Olive Drab. HEX triplet: 64, 85 and 0C. RGB value is (100,133,12). Sum of RGB (Red+Green+Blue) = 100+133+12=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #64850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64850C is #9B7AF3. Grayscale: #6D6D6D. Windows color (decimal): -10189556 or 820580. OLE color: 820580.

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

Color convert

RGB10013312-
CMYK0.2500.910.48
HSL76.36º83.45%28.43%-
HSV(B)76.36º90.98%52.16%-
XYZ13.7119.513.39-
YUV109.3473.07121.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=40.82%
G=54.29%
B=4.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133120.2500.910.4876.3683.4528.43
Hex6485C1905B304c531c
Octal144205143101336011412334
Binary110010010000101110011001010110111100001001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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