#60840C

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

Shades of Olive Drab #60840C

Tints of Olive Drab #60840C

Color information

#60840C (or 0x60840C) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 0C. RGB value is (96,132,12). Sum of RGB (Red+Green+Blue) = 96+132+12=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #60840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60840C is #9F7BF3. Grayscale: #6B6B6B. Windows color (decimal): -10451956 or 820320. OLE color: 820320.

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

Color convert

RGB9613212-
CMYK0.2700.910.48
HSL78º83.33%28.24%-
HSV(B)78º90.91%51.76%-
XYZ13.1419.023.33-
YUV107.5674.07119.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 12 (5.08% from 255) = 5%
R=40%
G=55%
B=5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132120.2700.910.487883.3328.24
Hex6084C1B05B304e531c
Octal140204143301336011612334
Binary110000010000100110011011010110111100001001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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