Html Css Color HEX #668111 Olive Drab

📋 copy color: '#668111'

red 102 ◦ green 129 ◦ blue 17

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

Shades of Olive Drab #668111

Tints of Olive Drab #668111

RGB

 RED value IS 102 (40.23% from 255) = 41.13%

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

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

R = 41.13%
G = 52.02%
B = 6.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#668111 (or 0x668111) is known color: Olive Drab. HEX triplet: 66, 81 and 11. RGB value is (102,129,17). Sum of RGB (Red+Green+Blue) = 102+129+17=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #668111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668111 is #997EEE. Grayscale: #6C6C6C. Windows color (decimal): -10059503 or 1147238. OLE color: 1147238.

HSL color Cylindrical-coordinate representation of color #668111: hue angle of 74.46º 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 #668111 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 17 -
CMYK 0.21 0 0.87 0.49
HSL 74.46º 0.77% 0.29% -
HSV(B) 74.46º 0.87% 0.51% -
XYZ 13.43 18.57 3.41 -
YUV 108.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 102 129 17 0.21 0 0.87 0.49 74.46 0.77 0.29
Hex 66 81 11 15 0 57 31 4A 4D 1D
Octal 146 201 21 25 0 127 61 112 115 35
Binary 1100110 10000001 10001 10101 0 1010111 110001 1001010 1001101 11101

Color Harmonies of #668111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668111

Black with #668111

Text Example


Text Example

White with #668111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668111; }

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

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

background-color css

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

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

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

border-color css

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

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

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