#68725A

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

Shades of Willow Grove #68725A

Tints of Willow Grove #68725A

Color information

#68725A (or 0x68725A) is unknown color: approx Willow Grove. HEX triplet: 68, 72 and 5A. RGB value is (104,114,90). Sum of RGB (Red+Green+Blue) = 104+114+90=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #68725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725A is #978DA5. Grayscale: #6C6C6C. Windows color (decimal): -9932198 or 5927528. OLE color: 5927528.

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

Color convert

RGB10411490-
CMYK0.0900.210.55
HSL85º11.76%40%-
HSV(B)85º21.05%44.71%-
XYZ13.5715.7211.99-
YUV108.27117.69124.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=33.77%
G=37.01%
B=29.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114900.0900.210.558511.7640
Hex68725A90153755c28
Octal15016213211025671251450
Binary110100011100101011010100101010111011110101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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