#68964D

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

Shades of Glade Green #68964D

Tints of Glade Green #68964D

Color information

#68964D (or 0x68964D) is unknown color: approx Glade Green. HEX triplet: 68, 96 and 4D. RGB value is (104,150,77). Sum of RGB (Red+Green+Blue) = 104+150+77=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #68964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68964D is #9769B2. Grayscale: #808080. Windows color (decimal): -9922995 or 5084776. OLE color: 5084776.

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

Color convert

RGB10415077-
CMYK0.3100.490.41
HSL97.81º32.16%44.51%-
HSV(B)97.81º48.67%58.82%-
XYZ17.9525.2910.96-
YUV127.9299.26110.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=31.42%
G=45.32%
B=23.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104150770.3100.490.4197.8132.1644.51
Hex68964D1F0312962202d
Octal15022611537061511424055
Binary11010001001011010011011111101100011010011100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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