Html Css Color HEX #66964D Glade Green

📋 copy color: '#66964D'

red 102 ◦ green 150 ◦ blue 77

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

Shades of Glade Green #66964D

Tints of Glade Green #66964D

RGB

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

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

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

R = 31%
G = 45.59%
B = 23.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#66964D (or 0x66964D) is known color: Glade Green. HEX triplet: 66, 96 and 4D. RGB value is (102,150,77). Sum of RGB (Red+Green+Blue) = 102+150+77=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #66964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66964D is #9969B2. Grayscale: #7F7F7F. Windows color (decimal): -10054067 or 5084774. OLE color: 5084774.

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

Color convert

RGB 102 150 77 -
CMYK 0.32 0 0.49 0.41
HSL 99.45º 0.32% 0.45% -
HSV(B) 99.45º 0.49% 0.59% -
XYZ 17.73 25.17 10.95 -
YUV 127.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 102 150 77 0.32 0 0.49 0.41 99.45 0.32 0.45
Hex 66 96 4D 20 0 31 29 63 20 2D
Octal 146 226 115 40 0 61 51 143 40 55
Binary 1100110 10010110 1001101 100000 0 110001 101001 1100011 100000 101101

Color Harmonies of #66964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66964D

Black with #66964D

Text Example


Text Example

White with #66964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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