Html Css Color HEX #669019 Olive Drab

📋 copy color: '#669019'

red 102 ◦ green 144 ◦ blue 25

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

Shades of Olive Drab #669019

Tints of Olive Drab #669019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

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

R = 37.64%
G = 53.14%
B = 9.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#669019 (or 0x669019) is known color: Olive Drab. HEX triplet: 66, 90 and 19. RGB value is (102,144,25). Sum of RGB (Red+Green+Blue) = 102+144+25=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #669019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669019 is #996FE6. Grayscale: #767676. Windows color (decimal): -10055655 or 1675366. OLE color: 1675366.

HSL color Cylindrical-coordinate representation of color #669019: hue angle of 81.18º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #669019 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 25 -
CMYK 0.29 0 0.83 0.44
HSL 81.18º 0.7% 0.33% -
HSV(B) 81.18º 0.83% 0.56% -
XYZ 15.63 22.84 4.5 -
YUV 117.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 102 144 25 0.29 0 0.83 0.44 81.18 0.7 0.33
Hex 66 90 19 1D 0 53 2C 51 46 21
Octal 146 220 31 35 0 123 54 121 106 41
Binary 1100110 10010000 11001 11101 0 1010011 101100 1010001 1000110 100001

Color Harmonies of #669019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669019

Black with #669019

Text Example


Text Example

White with #669019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669019; }

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

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

background-color css

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

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

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

border-color css

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

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

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