Html Css Color HEX #669646 Glade Green

📋 copy color: '#669646'

red 102 ◦ green 150 ◦ blue 70

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

Shades of Glade Green #669646

Tints of Glade Green #669646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 31.68%
G = 46.58%
B = 21.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#669646 (or 0x669646) is known color: Glade Green. HEX triplet: 66, 96 and 46. RGB value is (102,150,70). Sum of RGB (Red+Green+Blue) = 102+150+70=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #669646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669646 is #9969B9. Grayscale: #7E7E7E. Windows color (decimal): -10054074 or 4626022. OLE color: 4626022.

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

Color convert

RGB 102 150 70 -
CMYK 0.32 0 0.53 0.41
HSL 96º 0.36% 0.43% -
HSV(B) 96º 0.53% 0.59% -
XYZ 17.49 25.08 9.71 -
YUV 126.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 102 150 70 0.32 0 0.53 0.41 96 0.36 0.43
Hex 66 96 46 20 0 35 29 60 24 2B
Octal 146 226 106 40 0 65 51 140 44 53
Binary 1100110 10010110 1000110 100000 0 110101 101001 1100000 100100 101011

Color Harmonies of #669646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669646

Black with #669646

Text Example


Text Example

White with #669646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669646; }

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

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

background-color css

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

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

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

border-color css

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

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

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