#60920B

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

Shades of Olive Drab #60920B

Tints of Olive Drab #60920B

Color information

#60920B (or 0x60920B) is unknown color: approx Olive Drab. HEX triplet: 60, 92 and 0B. RGB value is (96,146,11). Sum of RGB (Red+Green+Blue) = 96+146+11=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #60920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60920B is #9F6DF4. Grayscale: #747474. Windows color (decimal): -10448373 or 758368. OLE color: 758368.

HSL color Cylindrical-coordinate representation of color #60920B: hue angle of 82.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60920B is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB9614611-
CMYK0.3400.920.43
HSL82.22º85.99%30.78%-
HSV(B)82.22º92.47%57.25%-
XYZ15.1623.073.97-
YUV115.6668.94113.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 146 (57.42% from 255) = 57.71%
BLUE value IS 11 (4.69% from 255) = 4.35%
R=37.94%
G=57.71%
B=4.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96146110.3400.920.4382.2285.9930.78
Hex6092B2205C2B52561f
Octal140222134201345312212637
Binary1100000100100101011100010010111001010111010010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,146,11); }

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

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

 a { background-color: rgb(96,146,11); }

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

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

 span { border-color: rgb(96,146,11); }

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