#60950D

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

Shades of Olive Drab #60950D

Tints of Olive Drab #60950D

Color information

#60950D (or 0x60950D) is unknown color: approx Olive Drab. HEX triplet: 60, 95 and 0D. RGB value is (96,149,13). Sum of RGB (Red+Green+Blue) = 96+149+13=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #60950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60950D is #9F6AF2. Grayscale: #767676. Windows color (decimal): -10447603 or 890208. OLE color: 890208.

HSL color Cylindrical-coordinate representation of color #60950D: hue angle of 83.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60950D is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB9614913-
CMYK0.3600.910.42
HSL83.38º83.95%31.76%-
HSV(B)83.38º91.28%58.43%-
XYZ15.6424.014.19-
YUV117.6568.94112.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 13 (5.47% from 255) = 5.04%
R=37.21%
G=57.75%
B=5.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96149130.3600.910.4283.3883.9531.76
Hex6095D2405B2A535420
Octal140225154401335212312440
Binary11000001001010111011001000101101110101010100111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60950D; }

 p { color: rgb(96,149,13); }

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

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

 a { background-color: rgb(96,149,13); }

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

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

 span { border-color: rgb(96,149,13); }

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