#68964F

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

Shades of Glade Green #68964F

Tints of Glade Green #68964F

Color information

#68964F (or 0x68964F) is unknown color: approx Glade Green. HEX triplet: 68, 96 and 4F. RGB value is (104,150,79). Sum of RGB (Red+Green+Blue) = 104+150+79=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #68964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68964F is #9769B0. Grayscale: #808080. Windows color (decimal): -9922993 or 5215848. OLE color: 5215848.

HSL color Cylindrical-coordinate representation of color #68964F: hue angle of 98.87º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68964F is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB10415079-
CMYK0.3100.470.41
HSL98.87º31%44.9%-
HSV(B)98.87º47.33%58.82%-
XYZ18.0325.3211.33-
YUV128.15100.26110.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=31.23%
G=45.05%
B=23.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104150790.3100.470.4198.873144.9
Hex68964F1F02F29631f2d
Octal15022611737057511433755
Binary1101000100101101001111111110101111101001110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68964F; }

 p { color: rgb(104,150,79); }

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

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

 a { background-color: rgb(104,150,79); }

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

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

 span { border-color: rgb(104,150,79); }

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