Html Css Color HEX #66924B Glade Green

📋 copy color: '#66924B'

red 102 ◦ green 146 ◦ blue 75

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

Shades of Glade Green #66924B

Tints of Glade Green #66924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 31.58%
G = 45.2%
B = 23.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#66924B (or 0x66924B) is known color: Glade Green. HEX triplet: 66, 92 and 4B. RGB value is (102,146,75). Sum of RGB (Red+Green+Blue) = 102+146+75=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #66924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66924B is #996DB4. Grayscale: #7C7C7C. Windows color (decimal): -10055093 or 4952678. OLE color: 4952678.

HSL color Cylindrical-coordinate representation of color #66924B: hue angle of 97.18º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66924B is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 75 -
CMYK 0.30 0 0.49 0.43
HSL 97.18º 0.32% 0.43% -
HSV(B) 97.18º 0.49% 0.57% -
XYZ 17.03 23.89 10.37 -
YUV 124.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 102 146 75 0.30 0 0.49 0.43 97.18 0.32 0.43
Hex 66 92 4B 1E 0 31 2B 61 20 2B
Octal 146 222 113 36 0 61 53 141 40 53
Binary 1100110 10010010 1001011 11110 0 110001 101011 1100001 100000 101011

Color Harmonies of #66924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66924B

Black with #66924B

Text Example


Text Example

White with #66924B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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