#69735A

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

Shades of Willow Grove #69735A

Tints of Willow Grove #69735A

Color information

#69735A (or 0x69735A) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 5A. RGB value is (105,115,90). Sum of RGB (Red+Green+Blue) = 105+115+90=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #69735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69735A is #968CA5. Grayscale: #6D6D6D. Windows color (decimal): -9866406 or 5927785. OLE color: 5927785.

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

Color convert

RGB10511590-
CMYK0.0900.220.55
HSL84º12.2%40.2%-
HSV(B)84º21.74%45.1%-
XYZ13.81612.03-
YUV109.16117.19125.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=33.87%
G=37.10%
B=29.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115900.0900.220.558412.240.2
Hex69735A90163754c28
Octal15116313211026671241450
Binary110100111100111011010100101011011011110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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