#707370

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

Shades of Boulder #707370

Tints of Boulder #707370

Color information

#707370 (or 0x707370) is unknown color: approx Boulder. HEX triplet: 70, 73 and 70. RGB value is (112,115,112). Sum of RGB (Red+Green+Blue) = 112+115+112=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 115 - color contains mainly: green. Hex color #707370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707370 is #8F8C8F. Grayscale: #717171. Windows color (decimal): -9407632 or 7369584. OLE color: 7369584.

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

Color convert

RGB112115112-
CMYK0.0300.030.55
HSL120º1.32%44.51%-
HSV(B)120º2.61%45.1%-
XYZ15.7416.8817.76-
YUV113.76127.01126.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=33.04%
G=33.92%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121151120.0300.030.551201.3244.51
Hex707370303377812d
Octal16016316030367170155
Binary1110000111001111100001101111011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707370; }

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

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

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

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

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

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

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

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