#68944E

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

Shades of Glade Green #68944E

Tints of Glade Green #68944E

Color information

#68944E (or 0x68944E) is unknown color: approx Glade Green. HEX triplet: 68, 94 and 4E. RGB value is (104,148,78). Sum of RGB (Red+Green+Blue) = 104+148+78=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #68944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68944E is #976BB1. Grayscale: #7F7F7F. Windows color (decimal): -9923506 or 5149800. OLE color: 5149800.

HSL color Cylindrical-coordinate representation of color #68944E: hue angle of 97.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68944E is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB10414878-
CMYK0.3000.470.42
HSL97.71º30.97%44.31%-
HSV(B)97.71º47.3%58.04%-
XYZ17.6724.6711.04-
YUV126.86100.42111.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=31.52%
G=44.85%
B=23.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148780.3000.470.4297.7130.9744.31
Hex68944E1E02F2A621f2c
Octal15022411636057521423754
Binary1101000100101001001110111100101111101010110001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68944E; }

 p { color: rgb(104,148,78); }

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

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

 a { background-color: rgb(104,148,78); }

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

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

 span { border-color: rgb(104,148,78); }

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