Html Css Color HEX #608212 Olive Drab

📋 copy color: '#608212'

red 96 ◦ green 130 ◦ blue 18

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

Shades of Olive Drab #608212

Tints of Olive Drab #608212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 39.34%
G = 53.28%
B = 7.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#608212 (or 0x608212) is known color: Olive Drab. HEX triplet: 60, 82 and 12. RGB value is (96,130,18). Sum of RGB (Red+Green+Blue) = 96+130+18=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #608212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608212 is #9F7DED. Grayscale: #6B6B6B. Windows color (decimal): -10452462 or 1213024. OLE color: 1213024.

HSL color Cylindrical-coordinate representation of color #608212: hue angle of 78.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #608212 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 18 -
CMYK 0.26 0 0.86 0.49
HSL 78.21º 0.76% 0.29% -
HSV(B) 78.21º 0.86% 0.51% -
XYZ 12.92 18.5 3.46 -
YUV 107.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 96 130 18 0.26 0 0.86 0.49 78.21 0.76 0.29
Hex 60 82 12 1A 0 56 31 4E 4C 1D
Octal 140 202 22 32 0 126 61 116 114 35
Binary 1100000 10000010 10010 11010 0 1010110 110001 1001110 1001100 11101

Color Harmonies of #608212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608212

Black with #608212

Text Example


Text Example

White with #608212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608212; }

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

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

background-color css

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

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

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

border-color css

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

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

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