Html Css Color HEX #669919 Olive Drab

📋 copy color: '#669919'

red 102 ◦ green 153 ◦ blue 25

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

Shades of Olive Drab #669919

Tints of Olive Drab #669919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.64%

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

R = 36.43%
G = 54.64%
B = 8.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#669919 (or 0x669919) is known color: Olive Drab. HEX triplet: 66, 99 and 19. RGB value is (102,153,25). Sum of RGB (Red+Green+Blue) = 102+153+25=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #669919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669919 is #9966E6. Grayscale: #7B7B7B. Windows color (decimal): -10053351 or 1677670. OLE color: 1677670.

HSL color Cylindrical-coordinate representation of color #669919: hue angle of 83.91º 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 #669919 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 25 -
CMYK 0.33 0 0.84 0.4
HSL 83.91º 0.72% 0.35% -
HSV(B) 83.91º 0.84% 0.6% -
XYZ 17.05 25.68 4.98 -
YUV 123.16 72.6 112.91 -
System Red Green Blue C M Y K H S L
Decimal 102 153 25 0.33 0 0.84 0.4 83.91 0.72 0.35
Hex 66 99 19 21 0 54 28 54 48 23
Octal 146 231 31 41 0 124 50 124 110 43
Binary 1100110 10011001 11001 100001 0 1010100 101000 1010100 1001000 100011

Color Harmonies of #669919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669919

Black with #669919

Text Example


Text Example

White with #669919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669919; }

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

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

background-color css

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

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

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

border-color css

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

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

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