Html Css Color HEX #669517 Olive Drab

📋 copy color: '#669517'

red 102 ◦ green 149 ◦ blue 23

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

Shades of Olive Drab #669517

Tints of Olive Drab #669517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 23 (9.38% from 255) = 8.39%

R = 37.23%
G = 54.38%
B = 8.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#669517 (or 0x669517) is known color: Olive Drab. HEX triplet: 66, 95 and 17. RGB value is (102,149,23). Sum of RGB (Red+Green+Blue) = 102+149+23=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #669517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669517 is #996AE8. Grayscale: #797979. Windows color (decimal): -10054377 or 1545574. OLE color: 1545574.

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

Color convert

RGB 102 149 23 -
CMYK 0.32 0 0.85 0.42
HSL 82.38º 0.73% 0.34% -
HSV(B) 82.38º 0.85% 0.58% -
XYZ 16.38 24.38 4.65 -
YUV 120.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 102 149 23 0.32 0 0.85 0.42 82.38 0.73 0.34
Hex 66 95 17 20 0 55 2A 52 49 22
Octal 146 225 27 40 0 125 52 122 111 42
Binary 1100110 10010101 10111 100000 0 1010101 101010 1010010 1001001 100010

Color Harmonies of #669517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669517

Black with #669517

Text Example


Text Example

White with #669517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669517; }

 p { color: rgb(102,149,23); }

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

background-color css

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

 a { background-color: rgb(102,149,23); }

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

border-color css

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

 span { border-color: rgb(102,149,23); }

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