Html Css Color HEX #66964F Glade Green

📋 copy color: '#66964F'

red 102 ◦ green 150 ◦ blue 79

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

Shades of Glade Green #66964F

Tints of Glade Green #66964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 30.82%
G = 45.32%
B = 23.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#66964F (or 0x66964F) is known color: Glade Green. HEX triplet: 66, 96 and 4F. RGB value is (102,150,79). Sum of RGB (Red+Green+Blue) = 102+150+79=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #66964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66964F is #9969B0. Grayscale: #7F7F7F. Windows color (decimal): -10054065 or 5215846. OLE color: 5215846.

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

Color convert

RGB 102 150 79 -
CMYK 0.32 0 0.47 0.41
HSL 100.56º 0.31% 0.45% -
HSV(B) 100.56º 0.47% 0.59% -
XYZ 17.8 25.2 11.32 -
YUV 127.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 102 150 79 0.32 0 0.47 0.41 100.56 0.31 0.45
Hex 66 96 4F 20 0 2F 29 65 1F 2D
Octal 146 226 117 40 0 57 51 145 37 55
Binary 1100110 10010110 1001111 100000 0 101111 101001 1100101 11111 101101

Color Harmonies of #66964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66964F

Black with #66964F

Text Example


Text Example

White with #66964F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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