#68885B

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

Shades of Glade Green #68885B

Tints of Glade Green #68885B

Color information

#68885B (or 0x68885B) is unknown color: approx Glade Green. HEX triplet: 68, 88 and 5B. RGB value is (104,136,91). Sum of RGB (Red+Green+Blue) = 104+136+91=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #68885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68885B is #9777A4. Grayscale: #797979. Windows color (decimal): -9926565 or 5998696. OLE color: 5998696.

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

Color convert

RGB10413691-
CMYK0.2400.330.47
HSL102.67º19.82%44.51%-
HSV(B)102.67º33.09%53.33%-
XYZ16.421.3113.15-
YUV121.3110.9115.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=31.42%
G=41.09%
B=27.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136910.2400.330.47102.6719.8244.51
Hex68885B180212F67142d
Octal15021013330041571472455
Binary1101000100010001011011110000100001101111110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68885B; }

 p { color: rgb(104,136,91); }

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

<style>
 a { background-color: #68885B; }

 a { background-color: rgb(104,136,91); }

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

<style>
 span { border-color: #68885B; }

 span { border-color: rgb(104,136,91); }

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