Html Css Color HEX #669417 Olive Drab

📋 copy color: '#669417'

red 102 ◦ green 148 ◦ blue 23

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

Shades of Olive Drab #669417

Tints of Olive Drab #669417

RGB

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

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

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

R = 37.36%
G = 54.21%
B = 8.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#669417 (or 0x669417) is known color: Olive Drab. HEX triplet: 66, 94 and 17. RGB value is (102,148,23). Sum of RGB (Red+Green+Blue) = 102+148+23=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #669417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669417 is #996BE8. Grayscale: #787878. Windows color (decimal): -10054633 or 1545318. OLE color: 1545318.

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

Color convert

RGB 102 148 23 -
CMYK 0.31 0 0.84 0.42
HSL 82.08º 0.73% 0.34% -
HSV(B) 82.08º 0.84% 0.58% -
XYZ 16.22 24.07 4.6 -
YUV 120 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 102 148 23 0.31 0 0.84 0.42 82.08 0.73 0.34
Hex 66 94 17 1F 0 54 2A 52 49 22
Octal 146 224 27 37 0 124 52 122 111 42
Binary 1100110 10010100 10111 11111 0 1010100 101010 1010010 1001001 100010

Color Harmonies of #669417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669417

Black with #669417

Text Example


Text Example

White with #669417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669417; }

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

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

background-color css

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

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

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

border-color css

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

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

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