Html Css Color HEX #66944E Glade Green

📋 copy color: '#66944E'

red 102 ◦ green 148 ◦ blue 78

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

Shades of Glade Green #66944E

Tints of Glade Green #66944E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 31.1%
G = 45.12%
B = 23.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#66944E (or 0x66944E) is known color: Glade Green. HEX triplet: 66, 94 and 4E. RGB value is (102,148,78). Sum of RGB (Red+Green+Blue) = 102+148+78=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #66944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66944E is #996BB1. Grayscale: #7E7E7E. Windows color (decimal): -10054578 or 5149798. OLE color: 5149798.

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

Color convert

RGB 102 148 78 -
CMYK 0.31 0 0.47 0.42
HSL 99.43º 0.31% 0.44% -
HSV(B) 99.43º 0.47% 0.58% -
XYZ 17.44 24.55 11.03 -
YUV 126.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 102 148 78 0.31 0 0.47 0.42 99.43 0.31 0.44
Hex 66 94 4E 1F 0 2F 2A 63 1F 2C
Octal 146 224 116 37 0 57 52 143 37 54
Binary 1100110 10010100 1001110 11111 0 101111 101010 1100011 11111 101100

Color Harmonies of #66944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66944E

Black with #66944E

Text Example


Text Example

White with #66944E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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