#65705A

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

Shades of Willow Grove #65705A

Tints of Willow Grove #65705A

Color information

#65705A (or 0x65705A) is unknown color: approx Willow Grove. HEX triplet: 65, 70 and 5A. RGB value is (101,112,90). Sum of RGB (Red+Green+Blue) = 101+112+90=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #65705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65705A is #9A8FA5. Grayscale: #6A6A6A. Windows color (decimal): -10129318 or 5927013. OLE color: 5927013.

HSL color Cylindrical-coordinate representation of color #65705A: hue angle of 90º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65705A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB10111290-
CMYK0.1000.200.56
HSL90º10.89%39.61%-
HSV(B)90º19.64%43.92%-
XYZ13.0115.0911.9-
YUV106.2118.86124.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=33.33%
G=36.96%
B=29.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112900.1000.200.569010.8939.61
Hex65705AA014385ab28
Octal14516013212024701321350
Binary110010111100001011010101001010011100010110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,112,90); }

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

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

 a { background-color: rgb(101,112,90); }

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

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

 span { border-color: rgb(101,112,90); }

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