#68865A

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

Shades of Glade Green #68865A

Tints of Glade Green #68865A

Color information

#68865A (or 0x68865A) is unknown color: approx Glade Green. HEX triplet: 68, 86 and 5A. RGB value is (104,134,90). Sum of RGB (Red+Green+Blue) = 104+134+90=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #68865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865A is #9779A5. Grayscale: #787878. Windows color (decimal): -9927078 or 5932648. OLE color: 5932648.

HSL color Cylindrical-coordinate representation of color #68865A: hue angle of 100.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68865A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB10413490-
CMYK0.2200.330.47
HSL100.91º19.64%43.92%-
HSV(B)100.91º32.84%52.55%-
XYZ16.0820.7312.83-
YUV120.01111.06116.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.71%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=31.71%
G=40.85%
B=27.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134900.2200.330.47100.9119.6443.92
Hex68865A160212F65142c
Octal15020613226041571452454
Binary1101000100001101011010101100100001101111110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68865A; }

 p { color: rgb(104,134,90); }

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

<style>
 a { background-color: #68865A; }

 a { background-color: rgb(104,134,90); }

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

<style>
 span { border-color: #68865A; }

 span { border-color: rgb(104,134,90); }

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