Html Css Color HEX #60960C Olive Drab

📋 copy color: '#60960C'

red 96 ◦ green 150 ◦ blue 12

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

Shades of Olive Drab #60960C

Tints of Olive Drab #60960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.14%

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

R = 37.21%
G = 58.14%
B = 4.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#60960C (or 0x60960C) is known color: Olive Drab. HEX triplet: 60, 96 and 0C. RGB value is (96,150,12). Sum of RGB (Red+Green+Blue) = 96+150+12=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #60960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60960C is #9F69F3. Grayscale: #767676. Windows color (decimal): -10447348 or 824928. OLE color: 824928.

HSL color Cylindrical-coordinate representation of color #60960C: hue angle of 83.48º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60960C is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 12 -
CMYK 0.36 0 0.92 0.41
HSL 83.48º 0.85% 0.32% -
HSV(B) 83.48º 0.92% 0.59% -
XYZ 15.8 24.33 4.21 -
YUV 118.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 96 150 12 0.36 0 0.92 0.41 83.48 0.85 0.32
Hex 60 96 C 24 0 5C 29 53 55 20
Octal 140 226 14 44 0 134 51 123 125 40
Binary 1100000 10010110 1100 100100 0 1011100 101001 1010011 1010101 100000

Color Harmonies of #60960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60960C

Black with #60960C

Text Example


Text Example

White with #60960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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