#668E4B

Color #668E4B Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #668E4B

Tints of Glade Green #668E4B

Color information

#668E4B (or 0x668E4B) is unknown color: approx Glade Green. HEX triplet: 66, 8E and 4B. RGB value is (102,142,75). Sum of RGB (Red+Green+Blue) = 102+142+75=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #668E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E4B is #9971B4. Grayscale: #7A7A7A. Windows color (decimal): -10056117 or 4951654. OLE color: 4951654.

HSL color Cylindrical-coordinate representation of color #668E4B: hue angle of 95.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668E4B is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB10214275-
CMYK0.2800.470.44
HSL95.82º30.88%42.55%-
HSV(B)95.82º47.18%55.69%-
XYZ16.4222.6810.17-
YUV122.4101.25113.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=31.97%
G=44.51%
B=23.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102142750.2800.470.4495.8230.8842.55
Hex668E4B1C02F2C601f2b
Octal14621611334057541403753
Binary1100110100011101001011111000101111101100110000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668E4B; }

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

 H1.HeaderClassName
 {
   color: #668E4B;
 }
 .AnyTagClassName
 {
   color: #668E4B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #668E4B;
 }
 .BgClassName
 {
   background-color: #668E4B;
 }
</style>
border-color css

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

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

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