#69755A

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

Shades of Willow Grove #69755A

Tints of Willow Grove #69755A

Color information

#69755A (or 0x69755A) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 5A. RGB value is (105,117,90). Sum of RGB (Red+Green+Blue) = 105+117+90=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #69755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69755A is #968AA5. Grayscale: #6E6E6E. Windows color (decimal): -9865894 or 5928297. OLE color: 5928297.

HSL color Cylindrical-coordinate representation of color #69755A: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #69755A is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB10511790-
CMYK0.1000.230.54
HSL86.67º13.04%40.59%-
HSV(B)86.67º23.08%45.88%-
XYZ14.0316.4612.11-
YUV110.33116.52124.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=33.65%
G=37.5%
B=28.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117900.1000.230.5486.6713.0440.59
Hex69755AA0173657d29
Octal15116513212027661271551
Binary110100111101011011010101001011111011010101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,117,90); }

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

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

 a { background-color: rgb(105,117,90); }

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

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

 span { border-color: rgb(105,117,90); }

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