Html Css Color HEX #669111 Olive Drab

📋 copy color: '#669111'

red 102 ◦ green 145 ◦ blue 17

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

Shades of Olive Drab #669111

Tints of Olive Drab #669111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.92%

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

R = 38.64%
G = 54.92%
B = 6.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#669111 (or 0x669111) is known color: Olive Drab. HEX triplet: 66, 91 and 11. RGB value is (102,145,17). Sum of RGB (Red+Green+Blue) = 102+145+17=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #669111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669111 is #996EEE. Grayscale: #767676. Windows color (decimal): -10055407 or 1151334. OLE color: 1151334.

HSL color Cylindrical-coordinate representation of color #669111: hue angle of 80.16º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #669111 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 17 -
CMYK 0.30 0 0.88 0.43
HSL 80.16º 0.79% 0.32% -
HSV(B) 80.16º 0.88% 0.57% -
XYZ 15.71 23.12 4.16 -
YUV 117.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 102 145 17 0.30 0 0.88 0.43 80.16 0.79 0.32
Hex 66 91 11 1E 0 58 2B 50 4F 20
Octal 146 221 21 36 0 130 53 120 117 40
Binary 1100110 10010001 10001 11110 0 1011000 101011 1010000 1001111 100000

Color Harmonies of #669111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669111

Black with #669111

Text Example


Text Example

White with #669111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669111; }

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

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

background-color css

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

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

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

border-color css

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

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

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