#65940C

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

Shades of Olive Drab #65940C

Tints of Olive Drab #65940C

Color information

#65940C (or 0x65940C) is unknown color: approx Olive Drab. HEX triplet: 65, 94 and 0C. RGB value is (101,148,12). Sum of RGB (Red+Green+Blue) = 101+148+12=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #65940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65940C is #9A6BF3. Grayscale: #767676. Windows color (decimal): -10120180 or 824421. OLE color: 824421.

HSL color Cylindrical-coordinate representation of color #65940C: hue angle of 80.74º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65940C is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB10114812-
CMYK0.3200.920.42
HSL80.74º85%31.37%-
HSV(B)80.74º91.89%58.04%-
XYZ16.0223.974.13-
YUV118.4467.93115.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 148 (58.20% from 255) = 56.70%
BLUE value IS 12 (5.08% from 255) = 4.60%
R=38.70%
G=56.70%
B=4.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101148120.3200.920.4280.748531.37
Hex6594C2005C2A51551f
Octal145224144001345212112537
Binary1100101100101001100100000010111001010101010001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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