Html Css Color HEX #66944D Glade Green

📋 copy color: '#66944D'

red 102 ◦ green 148 ◦ blue 77

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

Shades of Glade Green #66944D

Tints of Glade Green #66944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 31.19%
G = 45.26%
B = 23.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#66944D (or 0x66944D) is known color: Glade Green. HEX triplet: 66, 94 and 4D. RGB value is (102,148,77). Sum of RGB (Red+Green+Blue) = 102+148+77=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #66944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66944D is #996BB2. Grayscale: #7E7E7E. Windows color (decimal): -10054579 or 5084262. OLE color: 5084262.

HSL color Cylindrical-coordinate representation of color #66944D: hue angle of 98.87º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66944D is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 77 -
CMYK 0.31 0 0.48 0.42
HSL 98.87º 0.32% 0.44% -
HSV(B) 98.87º 0.48% 0.58% -
XYZ 17.41 24.54 10.84 -
YUV 126.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 102 148 77 0.31 0 0.48 0.42 98.87 0.32 0.44
Hex 66 94 4D 1F 0 30 2A 63 20 2C
Octal 146 224 115 37 0 60 52 143 40 54
Binary 1100110 10010100 1001101 11111 0 110000 101010 1100011 100000 101100

Color Harmonies of #66944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66944D

Black with #66944D

Text Example


Text Example

White with #66944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66944D; }

 p { color: rgb(102,148,77); }

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

background-color css

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

 a { background-color: rgb(102,148,77); }

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

border-color css

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

 span { border-color: rgb(102,148,77); }

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