#60890C

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

Shades of Olive Drab #60890C

Tints of Olive Drab #60890C

Color information

#60890C (or 0x60890C) is unknown color: approx Olive Drab. HEX triplet: 60, 89 and 0C. RGB value is (96,137,12). Sum of RGB (Red+Green+Blue) = 96+137+12=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #60890C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60890C is #9F76F3. Grayscale: #6E6E6E. Windows color (decimal): -10450676 or 821600. OLE color: 821600.

HSL color Cylindrical-coordinate representation of color #60890C: hue angle of 79.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60890C is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB9613712-
CMYK0.3000.910.46
HSL79.68º83.89%29.22%-
HSV(B)79.68º91.24%53.73%-
XYZ13.8420.43.56-
YUV110.4972.42117.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=39.18%
G=55.92%
B=4.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96137120.3000.910.4679.6883.8929.22
Hex6089C1E05B2E50541d
Octal140211143601335612012435
Binary110000010001001110011110010110111011101010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60890C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,137,12); }

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

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

 a { background-color: rgb(96,137,12); }

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

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

 span { border-color: rgb(96,137,12); }

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