Html Css Color HEX #668252 Glade Green

📋 copy color: '#668252'

red 102 ◦ green 130 ◦ blue 82

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

Shades of Glade Green #668252

Tints of Glade Green #668252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 82 (32.42% from 255) = 26.11%

R = 32.48%
G = 41.4%
B = 26.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#668252 (or 0x668252) is known color: Glade Green. HEX triplet: 66, 82 and 52. RGB value is (102,130,82). Sum of RGB (Red+Green+Blue) = 102+130+82=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #668252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668252 is #997DAD. Grayscale: #747474. Windows color (decimal): -10059182 or 5407334. OLE color: 5407334.

HSL color Cylindrical-coordinate representation of color #668252: hue angle of 95º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #668252 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 82 -
CMYK 0.22 0 0.37 0.49
HSL 95º 0.23% 0.42% -
HSV(B) 95º 0.37% 0.51% -
XYZ 14.99 19.4 10.94 -
YUV 116.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 102 130 82 0.22 0 0.37 0.49 95 0.23 0.42
Hex 66 82 52 16 0 25 31 5F 17 2A
Octal 146 202 122 26 0 45 61 137 27 52
Binary 1100110 10000010 1010010 10110 0 100101 110001 1011111 10111 101010

Color Harmonies of #668252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668252

Black with #668252

Text Example


Text Example

White with #668252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668252; }

 p { color: rgb(102,130,82); }

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

background-color css

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

 a { background-color: rgb(102,130,82); }

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

border-color css

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

 span { border-color: rgb(102,130,82); }

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