Html Css Color HEX #66974D Glade Green

📋 copy color: '#66974D'

red 102 ◦ green 151 ◦ blue 77

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

Shades of Glade Green #66974D

Tints of Glade Green #66974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

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

R = 30.91%
G = 45.76%
B = 23.33%

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

#66974D (or 0x66974D) is known color: Glade Green. HEX triplet: 66, 97 and 4D. RGB value is (102,151,77). Sum of RGB (Red+Green+Blue) = 102+151+77=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #66974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66974D is #9968B2. Grayscale: #808080. Windows color (decimal): -10053811 or 5085030. OLE color: 5085030.

HSL color Cylindrical-coordinate representation of color #66974D: hue angle of 99.73º 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 #66974D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 77 -
CMYK 0.32 0 0.49 0.41
HSL 99.73º 0.32% 0.45% -
HSV(B) 99.73º 0.49% 0.59% -
XYZ 17.89 25.49 11 -
YUV 127.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 102 151 77 0.32 0 0.49 0.41 99.73 0.32 0.45
Hex 66 97 4D 20 0 31 29 64 20 2D
Octal 146 227 115 40 0 61 51 144 40 55
Binary 1100110 10010111 1001101 100000 0 110001 101001 1100100 100000 101101

Color Harmonies of #66974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66974D

Black with #66974D

Text Example


Text Example

White with #66974D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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