#60820F

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

Shades of Olive Drab #60820F

Tints of Olive Drab #60820F

Color information

#60820F (or 0x60820F) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 0F. RGB value is (96,130,15). Sum of RGB (Red+Green+Blue) = 96+130+15=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #60820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60820F is #9F7DF0. Grayscale: #6B6B6B. Windows color (decimal): -10452465 or 1016416. OLE color: 1016416.

HSL color Cylindrical-coordinate representation of color #60820F: hue angle of 77.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60820F is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB9613015-
CMYK0.2600.880.49
HSL77.74º79.31%28.43%-
HSV(B)77.74º88.46%50.98%-
XYZ12.8918.493.34-
YUV106.7276.24120.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=39.83%
G=53.94%
B=6.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130150.2600.880.4977.7479.3128.43
Hex6082F1A058314e4f1c
Octal140202173201306111611734
Binary110000010000010111111010010110001100011001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60820F; }

 p { color: rgb(96,130,15); }

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

<style>
 a { background-color: #60820F; }

 a { background-color: rgb(96,130,15); }

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

<style>
 span { border-color: #60820F; }

 span { border-color: rgb(96,130,15); }

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