Html Css Color HEX #66994C Glade Green

📋 copy color: '#66994C'

red 102 ◦ green 153 ◦ blue 76

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

Shades of Glade Green #66994C

Tints of Glade Green #66994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 30.82%
G = 46.22%
B = 22.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#66994C (or 0x66994C) is known color: Glade Green. HEX triplet: 66, 99 and 4C. RGB value is (102,153,76). Sum of RGB (Red+Green+Blue) = 102+153+76=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #66994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66994C is #9966B3. Grayscale: #818181. Windows color (decimal): -10053300 or 5020006. OLE color: 5020006.

HSL color Cylindrical-coordinate representation of color #66994C: hue angle of 99.74º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66994C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 76 -
CMYK 0.33 0 0.50 0.4
HSL 99.74º 0.34% 0.45% -
HSV(B) 99.74º 0.5% 0.6% -
XYZ 18.18 26.13 10.92 -
YUV 128.97 98.1 108.76 -
System Red Green Blue C M Y K H S L
Decimal 102 153 76 0.33 0 0.50 0.4 99.74 0.34 0.45
Hex 66 99 4C 21 0 32 28 64 22 2D
Octal 146 231 114 41 0 62 50 144 42 55
Binary 1100110 10011001 1001100 100001 0 110010 101000 1100100 100010 101101

Color Harmonies of #66994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66994C

Black with #66994C

Text Example


Text Example

White with #66994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66994C; }

 p { color: rgb(102,153,76); }

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

background-color css

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

 a { background-color: rgb(102,153,76); }

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

border-color css

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

 span { border-color: rgb(102,153,76); }

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