#65850C

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

Shades of Olive Drab #65850C

Tints of Olive Drab #65850C

Color information

#65850C (or 0x65850C) is unknown color: approx Olive Drab. HEX triplet: 65, 85 and 0C. RGB value is (101,133,12). Sum of RGB (Red+Green+Blue) = 101+133+12=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #65850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65850C is #9A7AF3. Grayscale: #6E6E6E. Windows color (decimal): -10124020 or 820581. OLE color: 820581.

HSL color Cylindrical-coordinate representation of color #65850C: hue angle of 75.87º 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 #65850C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB10113312-
CMYK0.2400.910.48
HSL75.87º83.45%28.43%-
HSV(B)75.87º90.98%52.16%-
XYZ13.8219.573.4-
YUV109.6472.9121.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 133 (52.34% from 255) = 54.07%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=41.06%
G=54.07%
B=4.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133120.2400.910.4875.8783.4528.43
Hex6585C1805B304c531c
Octal145205143001336011412334
Binary110010110000101110011000010110111100001001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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