Html Css Color HEX #608111 Olive Drab

📋 copy color: '#608111'

red 96 ◦ green 129 ◦ blue 17

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

Shades of Olive Drab #608111

Tints of Olive Drab #608111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 39.67%
G = 53.31%
B = 7.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#608111 (or 0x608111) is known color: Olive Drab. HEX triplet: 60, 81 and 11. RGB value is (96,129,17). Sum of RGB (Red+Green+Blue) = 96+129+17=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #608111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608111 is #9F7EEE. Grayscale: #6A6A6A. Windows color (decimal): -10452719 or 1147232. OLE color: 1147232.

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

Color convert

RGB 96 129 17 -
CMYK 0.26 0 0.87 0.49
HSL 77.68º 0.77% 0.29% -
HSV(B) 77.68º 0.87% 0.51% -
XYZ 12.78 18.23 3.38 -
YUV 106.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 96 129 17 0.26 0 0.87 0.49 77.68 0.77 0.29
Hex 60 81 11 1A 0 57 31 4E 4D 1D
Octal 140 201 21 32 0 127 61 116 115 35
Binary 1100000 10000001 10001 11010 0 1010111 110001 1001110 1001101 11101

Color Harmonies of #608111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608111

Black with #608111

Text Example


Text Example

White with #608111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608111; }

 p { color: rgb(96,129,17); }

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

background-color css

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

 a { background-color: rgb(96,129,17); }

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

border-color css

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

 span { border-color: rgb(96,129,17); }

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