Html Css Color HEX #66964B Glade Green

📋 copy color: '#66964B'

red 102 ◦ green 150 ◦ blue 75

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

Shades of Glade Green #66964B

Tints of Glade Green #66964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 31.19%
G = 45.87%
B = 22.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#66964B (or 0x66964B) is known color: Glade Green. HEX triplet: 66, 96 and 4B. RGB value is (102,150,75). Sum of RGB (Red+Green+Blue) = 102+150+75=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #66964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66964B is #9969B4. Grayscale: #7F7F7F. Windows color (decimal): -10054069 or 4953702. OLE color: 4953702.

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

Color convert

RGB 102 150 75 -
CMYK 0.32 0 0.5 0.41
HSL 98.4º 0.33% 0.44% -
HSV(B) 98.4º 0.5% 0.59% -
XYZ 17.66 25.15 10.58 -
YUV 127.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 102 150 75 0.32 0 0.5 0.41 98.4 0.33 0.44
Hex 66 96 4B 20 0 32 29 62 21 2C
Octal 146 226 113 40 0 62 51 142 41 54
Binary 1100110 10010110 1001011 100000 0 110010 101001 1100010 100001 101100

Color Harmonies of #66964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66964B

Black with #66964B

Text Example


Text Example

White with #66964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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