#69725F

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

Shades of Willow Grove #69725F

Tints of Willow Grove #69725F

Color information

#69725F (or 0x69725F) is unknown color: approx Willow Grove. HEX triplet: 69, 72 and 5F. RGB value is (105,114,95). Sum of RGB (Red+Green+Blue) = 105+114+95=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #69725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69725F is #968DA0. Grayscale: #6D6D6D. Windows color (decimal): -9866657 or 6255209. OLE color: 6255209.

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

Color convert

RGB10511495-
CMYK0.0800.170.55
HSL88.42º9.09%40.98%-
HSV(B)88.42º16.67%44.71%-
XYZ13.9115.8613.16-
YUV109.14120.02125.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=33.44%
G=36.31%
B=30.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114950.0800.170.5588.429.0940.98
Hex69725F80113758929
Octal15116213710021671301151
Binary110100111100101011111100001000111011110110001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69725F; }

 p { color: rgb(105,114,95); }

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

<style>
 a { background-color: #69725F; }

 a { background-color: rgb(105,114,95); }

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

<style>
 span { border-color: #69725F; }

 span { border-color: rgb(105,114,95); }

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