#607053

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

Shades of Willow Grove #607053

Tints of Willow Grove #607053

Color information

#607053 (or 0x607053) is unknown color: approx Willow Grove. HEX triplet: 60, 70 and 53. RGB value is (96,112,83). Sum of RGB (Red+Green+Blue) = 96+112+83=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #607053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607053 is #9F8FAC. Grayscale: #686868. Windows color (decimal): -10457005 or 5468256. OLE color: 5468256.

HSL color Cylindrical-coordinate representation of color #607053: hue angle of 93.1º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607053 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB9611283-
CMYK0.1400.260.56
HSL93.1º14.87%38.24%-
HSV(B)93.1º25.89%43.92%-
XYZ12.1814.710.38-
YUV103.91116.2122.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=32.99%
G=38.49%
B=28.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112830.1400.260.5693.114.8738.24
Hex607053E01A385df26
Octal14016012316032701351746
Binary110000011100001010011111001101011100010111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607053; }

 p { color: rgb(96,112,83); }

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

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

 a { background-color: rgb(96,112,83); }

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

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

 span { border-color: rgb(96,112,83); }

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