#707870

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

Shades of Boulder #707870

Tints of Boulder #707870

Color information

#707870 (or 0x707870) is unknown color: approx Boulder. HEX triplet: 70, 78 and 70. RGB value is (112,120,112). Sum of RGB (Red+Green+Blue) = 112+120+112=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 120 - color contains mainly: green. Hex color #707870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707870 is #8F878F. Grayscale: #747474. Windows color (decimal): -9406352 or 7370864. OLE color: 7370864.

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

Color convert

RGB112120112-
CMYK0.0700.070.53
HSL120º3.45%45.49%-
HSV(B)120º6.67%47.06%-
XYZ16.3218.0517.95-
YUV116.7125.35124.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=32.56%
G=34.88%
B=32.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121201120.0700.070.531203.4545.49
Hex707870707357832d
Octal16017016070765170355
Binary1110000111100011100001110111110101111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707870; }

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

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

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

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

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

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

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

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