Html Css Color HEX #669711 Olive Drab

📋 copy color: '#669711'

red 102 ◦ green 151 ◦ blue 17

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

Shades of Olive Drab #669711

Tints of Olive Drab #669711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

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

R = 37.78%
G = 55.93%
B = 6.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#669711 (or 0x669711) is known color: Olive Drab. HEX triplet: 66, 97 and 11. RGB value is (102,151,17). Sum of RGB (Red+Green+Blue) = 102+151+17=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #669711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669711 is #9968EE. Grayscale: #797979. Windows color (decimal): -10053871 or 1152870. OLE color: 1152870.

HSL color Cylindrical-coordinate representation of color #669711: hue angle of 81.94º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669711 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 17 -
CMYK 0.32 0 0.89 0.41
HSL 81.94º 0.8% 0.33% -
HSV(B) 81.94º 0.89% 0.59% -
XYZ 16.65 25 4.48 -
YUV 121.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 102 151 17 0.32 0 0.89 0.41 81.94 0.8 0.33
Hex 66 97 11 20 0 59 29 52 50 21
Octal 146 227 21 40 0 131 51 122 120 41
Binary 1100110 10010111 10001 100000 0 1011001 101001 1010010 1010000 100001

Color Harmonies of #669711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669711

Black with #669711

Text Example


Text Example

White with #669711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669711; }

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

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

background-color css

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

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

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

border-color css

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

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

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