#68725D

Color #68725D Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #68725D

Tints of Willow Grove #68725D

Color information

#68725D (or 0x68725D) is unknown color: approx Willow Grove. HEX triplet: 68, 72 and 5D. RGB value is (104,114,93). Sum of RGB (Red+Green+Blue) = 104+114+93=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #68725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725D is #978DA2. Grayscale: #6C6C6C. Windows color (decimal): -9932195 or 6124136. OLE color: 6124136.

HSL color Cylindrical-coordinate representation of color #68725D: hue angle of 88.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68725D is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB10411493-
CMYK0.0900.180.55
HSL88.57º10.14%40.59%-
HSV(B)88.57º18.42%44.71%-
XYZ13.715.7712.68-
YUV108.62119.19124.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 93 (36.72% from 255) = 29.90%
R=33.44%
G=36.66%
B=29.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114930.0900.180.5588.5710.1440.59
Hex68725D90123759a29
Octal15016213511022671311251
Binary110100011100101011101100101001011011110110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,114,93); }

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

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

 a { background-color: rgb(104,114,93); }

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

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

 span { border-color: rgb(104,114,93); }

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