Html Css Color HEX #669050 Glade Green

📋 copy color: '#669050'

red 102 ◦ green 144 ◦ blue 80

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

Shades of Glade Green #669050

Tints of Glade Green #669050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 31.29%
G = 44.17%
B = 24.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#669050 (or 0x669050) is known color: Glade Green. HEX triplet: 66, 90 and 50. RGB value is (102,144,80). Sum of RGB (Red+Green+Blue) = 102+144+80=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #669050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669050 is #996FAF. Grayscale: #7C7C7C. Windows color (decimal): -10055600 or 5279846. OLE color: 5279846.

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

Color convert

RGB 102 144 80 -
CMYK 0.29 0 0.44 0.44
HSL 99.38º 0.29% 0.44% -
HSV(B) 99.38º 0.44% 0.56% -
XYZ 16.9 23.35 11.21 -
YUV 124.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 102 144 80 0.29 0 0.44 0.44 99.38 0.29 0.44
Hex 66 90 50 1D 0 2C 2C 63 1D 2C
Octal 146 220 120 35 0 54 54 143 35 54
Binary 1100110 10010000 1010000 11101 0 101100 101100 1100011 11101 101100

Color Harmonies of #669050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669050

Black with #669050

Text Example


Text Example

White with #669050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669050; }

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

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

background-color css

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

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

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

border-color css

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

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

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