Html Css Color HEX #607053 Willow Grove

📋 copy color: '#607053'

red 96 ◦ green 112 ◦ blue 83

#607053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #607053

Tints of Willow Grove #607053

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 value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#607053 (or 0x607053) is known color: 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

RGB 96 112 83 -
CMYK 0.14 0 0.26 0.56
HSL 93.1º 0.15% 0.38% -
HSV(B) 93.1º 0.26% 0.44% -
XYZ 12.18 14.7 10.38 -
YUV 103.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 96 112 83 0.14 0 0.26 0.56 93.1 0.15 0.38
Hex 60 70 53 E 0 1A 38 5D F 26
Octal 140 160 123 16 0 32 70 135 17 46
Binary 1100000 1110000 1010011 1110 0 11010 111000 1011101 1111 100110

Color Harmonies of #607053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607053

Black with #607053

Text Example


Text Example

White with #607053

Text Example


Text Example

HTML Codes & Css Web 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>