Html Css Color HEX #669A19 Olive Drab

📋 copy color: '#669A19'

red 102 ◦ green 154 ◦ blue 25

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

Shades of Olive Drab #669A19

Tints of Olive Drab #669A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.8%

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

R = 36.3%
G = 54.8%
B = 8.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#669A19 (or 0x669A19) is known color: Olive Drab. HEX triplet: 66, 9A and 19. RGB value is (102,154,25). Sum of RGB (Red+Green+Blue) = 102+154+25=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #669A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669A19 is #9965E6. Grayscale: #7C7C7C. Windows color (decimal): -10053095 or 1677926. OLE color: 1677926.

HSL color Cylindrical-coordinate representation of color #669A19: hue angle of 84.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #669A19 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 154 25 -
CMYK 0.34 0 0.84 0.40
HSL 84.19º 0.72% 0.35% -
HSV(B) 84.19º 0.84% 0.6% -
XYZ 17.21 26.01 5.03 -
YUV 123.75 72.27 112.49 -
System Red Green Blue C M Y K H S L
Decimal 102 154 25 0.34 0 0.84 0.40 84.19 0.72 0.35
Hex 66 9A 19 22 0 54 28 54 48 23
Octal 146 232 31 42 0 124 50 124 110 43
Binary 1100110 10011010 11001 100010 0 1010100 101000 1010100 1001000 100011

Color Harmonies of #669A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A19

Black with #669A19

Text Example


Text Example

White with #669A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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