Html Css Color HEX #669319 Olive Drab

📋 copy color: '#669319'

red 102 ◦ green 147 ◦ blue 25

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

Shades of Olive Drab #669319

Tints of Olive Drab #669319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.65%

 BLUE value IS 25 (10.16% from 255) = 9.12%

R = 37.23%
G = 53.65%
B = 9.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#669319 (or 0x669319) is known color: Olive Drab. HEX triplet: 66, 93 and 19. RGB value is (102,147,25). Sum of RGB (Red+Green+Blue) = 102+147+25=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #669319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669319 is #996CE6. Grayscale: #787878. Windows color (decimal): -10054887 or 1676134. OLE color: 1676134.

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

Color convert

RGB 102 147 25 -
CMYK 0.31 0 0.83 0.42
HSL 82.13º 0.71% 0.34% -
HSV(B) 82.13º 0.83% 0.58% -
XYZ 16.09 23.76 4.66 -
YUV 119.64 74.59 115.42 -
System Red Green Blue C M Y K H S L
Decimal 102 147 25 0.31 0 0.83 0.42 82.13 0.71 0.34
Hex 66 93 19 1F 0 53 2A 52 47 22
Octal 146 223 31 37 0 123 52 122 107 42
Binary 1100110 10010011 11001 11111 0 1010011 101010 1010010 1000111 100010

Color Harmonies of #669319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669319

Black with #669319

Text Example


Text Example

White with #669319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669319; }

 p { color: rgb(102,147,25); }

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

background-color css

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

 a { background-color: rgb(102,147,25); }

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

border-color css

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

 span { border-color: rgb(102,147,25); }

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