#668C4B

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

Shades of Glade Green #668C4B

Tints of Glade Green #668C4B

Color information

#668C4B (or 0x668C4B) is unknown color: approx Glade Green. HEX triplet: 66, 8C and 4B. RGB value is (102,140,75). Sum of RGB (Red+Green+Blue) = 102+140+75=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #668C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C4B is #9973B4. Grayscale: #797979. Windows color (decimal): -10056629 or 4951142. OLE color: 4951142.

HSL color Cylindrical-coordinate representation of color #668C4B: hue angle of 95.08º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668C4B is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB10214075-
CMYK0.2700.460.45
HSL95.08º30.23%42.16%-
HSV(B)95.08º46.43%54.9%-
XYZ16.1322.0910.07-
YUV121.23101.91114.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=32.18%
G=44.16%
B=23.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140750.2700.460.4595.0830.2342.16
Hex668C4B1B02E2D5f1e2a
Octal14621411333056551373652
Binary1100110100011001001011110110101110101101101111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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