#707570

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

Shades of Boulder #707570

Tints of Boulder #707570

Color information

#707570 (or 0x707570) is unknown color: approx Boulder. HEX triplet: 70, 75 and 70. RGB value is (112,117,112). Sum of RGB (Red+Green+Blue) = 112+117+112=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 117 - color contains mainly: green. Hex color #707570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707570 is #8F8A8F. Grayscale: #727272. Windows color (decimal): -9407120 or 7370096. OLE color: 7370096.

HSL color Cylindrical-coordinate representation of color #707570: hue angle of 120º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #707570 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB112117112-
CMYK0.0400.040.54
HSL120º2.18%44.9%-
HSV(B)120º4.27%45.88%-
XYZ15.9717.3417.83-
YUV114.94126.34125.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=32.84%
G=34.31%
B=32.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121171120.0400.040.541202.1844.9
Hex707570404367822d
Octal16016516040466170255
Binary1110000111010111100001000100110110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707570; }

 p { color: rgb(112,117,112); }

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

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

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

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

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

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

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