Html Css Color HEX #669621 Olive Drab

📋 copy color: '#669621'

red 102 ◦ green 150 ◦ blue 33

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

Shades of Olive Drab #669621

Tints of Olive Drab #669621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 35.79%
G = 52.63%
B = 11.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#669621 (or 0x669621) is known color: Olive Drab. HEX triplet: 66, 96 and 21. RGB value is (102,150,33). Sum of RGB (Red+Green+Blue) = 102+150+33=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #669621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669621 is #9969DE. Grayscale: #7A7A7A. Windows color (decimal): -10054111 or 2201190. OLE color: 2201190.

HSL color Cylindrical-coordinate representation of color #669621: hue angle of 84.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669621 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 33 -
CMYK 0.32 0 0.78 0.41
HSL 84.62º 0.64% 0.36% -
HSV(B) 84.62º 0.78% 0.59% -
XYZ 16.66 24.75 5.34 -
YUV 122.31 77.6 113.51 -
System Red Green Blue C M Y K H S L
Decimal 102 150 33 0.32 0 0.78 0.41 84.62 0.64 0.36
Hex 66 96 21 20 0 4E 29 55 40 24
Octal 146 226 41 40 0 116 51 125 100 44
Binary 1100110 10010110 100001 100000 0 1001110 101001 1010101 1000000 100100

Color Harmonies of #669621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669621

Black with #669621

Text Example


Text Example

White with #669621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669621; }

 p { color: rgb(102,150,33); }

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

background-color css

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

 a { background-color: rgb(102,150,33); }

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

border-color css

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

 span { border-color: rgb(102,150,33); }

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