#68865B

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

Shades of Glade Green #68865B

Tints of Glade Green #68865B

Color information

#68865B (or 0x68865B) is unknown color: approx Glade Green. HEX triplet: 68, 86 and 5B. RGB value is (104,134,91). Sum of RGB (Red+Green+Blue) = 104+134+91=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #68865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68865B is #9779A4. Grayscale: #787878. Windows color (decimal): -9927077 or 5998184. OLE color: 5998184.

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

Color convert

RGB10413491-
CMYK0.2200.320.47
HSL101.86º19.11%44.12%-
HSV(B)101.86º32.09%52.55%-
XYZ16.1220.7513.05-
YUV120.13111.56116.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=31.61%
G=40.73%
B=27.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134910.2200.320.47101.8619.1144.12
Hex68865B160202F66132c
Octal15020613326040571462354
Binary1101000100001101011011101100100000101111110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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