#65704F

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

Shades of Willow Grove #65704F

Tints of Willow Grove #65704F

Color information

#65704F (or 0x65704F) is unknown color: approx Willow Grove. HEX triplet: 65, 70 and 4F. RGB value is (101,112,79). Sum of RGB (Red+Green+Blue) = 101+112+79=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #65704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65704F is #9A8FB0. Grayscale: #696969. Windows color (decimal): -10129329 or 5206117. OLE color: 5206117.

HSL color Cylindrical-coordinate representation of color #65704F: hue angle of 80º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65704F is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB10111279-
CMYK0.1000.290.56
HSL80º17.28%37.45%-
HSV(B)80º29.46%43.92%-
XYZ12.5714.929.61-
YUV104.95113.36125.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=34.59%
G=38.36%
B=27.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112790.1000.290.568017.2837.45
Hex65704FA01D38501125
Octal14516011712035701202145
Binary1100101111000010011111010011101111000101000010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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