Html Css Color HEX #669011 Olive Drab

📋 copy color: '#669011'

red 102 ◦ green 144 ◦ blue 17

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

Shades of Olive Drab #669011

Tints of Olive Drab #669011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.75%

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

R = 38.78%
G = 54.75%
B = 6.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#669011 (or 0x669011) is known color: Olive Drab. HEX triplet: 66, 90 and 11. RGB value is (102,144,17). Sum of RGB (Red+Green+Blue) = 102+144+17=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #669011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669011 is #996FEE. Grayscale: #757575. Windows color (decimal): -10055663 or 1151078. OLE color: 1151078.

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

Color convert

RGB 102 144 17 -
CMYK 0.29 0 0.88 0.44
HSL 79.84º 0.79% 0.32% -
HSV(B) 79.84º 0.88% 0.56% -
XYZ 15.55 22.81 4.11 -
YUV 116.96 71.59 117.33 -
System Red Green Blue C M Y K H S L
Decimal 102 144 17 0.29 0 0.88 0.44 79.84 0.79 0.32
Hex 66 90 11 1D 0 58 2C 50 4F 20
Octal 146 220 21 35 0 130 54 120 117 40
Binary 1100110 10010000 10001 11101 0 1011000 101100 1010000 1001111 100000

Color Harmonies of #669011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669011

Black with #669011

Text Example


Text Example

White with #669011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669011; }

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

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

background-color css

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

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

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

border-color css

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

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

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