Html Css Color HEX #669411 Olive Drab

📋 copy color: '#669411'

red 102 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #669411

Tints of Olive Drab #669411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

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

R = 38.2%
G = 55.43%
B = 6.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#669411 (or 0x669411) is known color: Olive Drab. HEX triplet: 66, 94 and 11. RGB value is (102,148,17). Sum of RGB (Red+Green+Blue) = 102+148+17=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #669411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669411 is #996BEE. Grayscale: #777777. Windows color (decimal): -10054639 or 1152102. OLE color: 1152102.

HSL color Cylindrical-coordinate representation of color #669411: hue angle of 81.07º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669411 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 17 -
CMYK 0.31 0 0.89 0.42
HSL 81.07º 0.79% 0.32% -
HSV(B) 81.07º 0.89% 0.58% -
XYZ 16.17 24.05 4.32 -
YUV 119.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 102 148 17 0.31 0 0.89 0.42 81.07 0.79 0.32
Hex 66 94 11 1F 0 59 2A 51 4F 20
Octal 146 224 21 37 0 131 52 121 117 40
Binary 1100110 10010100 10001 11111 0 1011001 101010 1010001 1001111 100000

Color Harmonies of #669411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669411

Black with #669411

Text Example


Text Example

White with #669411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669411; }

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

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

background-color css

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

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

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

border-color css

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

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

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