Html Css Color HEX #608512 Olive Drab

📋 copy color: '#608512'

red 96 ◦ green 133 ◦ blue 18

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

Shades of Olive Drab #608512

Tints of Olive Drab #608512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.85%

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

R = 38.87%
G = 53.85%
B = 7.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#608512 (or 0x608512) is known color: Olive Drab. HEX triplet: 60, 85 and 12. RGB value is (96,133,18). Sum of RGB (Red+Green+Blue) = 96+133+18=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #608512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608512 is #9F7AED. Grayscale: #6D6D6D. Windows color (decimal): -10451694 or 1213792. OLE color: 1213792.

HSL color Cylindrical-coordinate representation of color #608512: hue angle of 79.3º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #608512 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 18 -
CMYK 0.28 0 0.86 0.48
HSL 79.3º 0.76% 0.3% -
HSV(B) 79.3º 0.86% 0.52% -
XYZ 13.32 19.31 3.6 -
YUV 108.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 96 133 18 0.28 0 0.86 0.48 79.3 0.76 0.3
Hex 60 85 12 1C 0 56 30 4F 4C 1E
Octal 140 205 22 34 0 126 60 117 114 36
Binary 1100000 10000101 10010 11100 0 1010110 110000 1001111 1001100 11110

Color Harmonies of #608512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608512

Black with #608512

Text Example


Text Example

White with #608512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608512; }

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

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

background-color css

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

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

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

border-color css

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

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

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