Html Css Color HEX #60820C Olive Drab

📋 copy color: '#60820C'

red 96 ◦ green 130 ◦ blue 12

#60820C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #60820C

Tints of Olive Drab #60820C

RGB

 RED value IS 96 (37.89% from 255) = 40.34%

 GREEN value IS 130 (51.17% from 255) = 54.62%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 40.34%
G = 54.62%
B = 5.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#60820C (or 0x60820C) is known color: Olive Drab. HEX triplet: 60, 82 and 0C. RGB value is (96,130,12). Sum of RGB (Red+Green+Blue) = 96+130+12=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #60820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60820C is #9F7DF3. Grayscale: #6A6A6A. Windows color (decimal): -10452468 or 819808. OLE color: 819808.

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

Color convert

RGB 96 130 12 -
CMYK 0.26 0 0.91 0.49
HSL 77.29º 0.83% 0.28% -
HSV(B) 77.29º 0.91% 0.51% -
XYZ 12.87 18.48 3.24 -
YUV 106.38 74.74 120.59 -
System Red Green Blue C M Y K H S L
Decimal 96 130 12 0.26 0 0.91 0.49 77.29 0.83 0.28
Hex 60 82 C 1A 0 5B 31 4D 53 1C
Octal 140 202 14 32 0 133 61 115 123 34
Binary 1100000 10000010 1100 11010 0 1011011 110001 1001101 1010011 11100

Color Harmonies of #60820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60820C

Black with #60820C

Text Example


Text Example

White with #60820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60820C;
 }
 .AnyTagClassName
 {
   color: #60820C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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