Html Css Color HEX #707870 Boulder

📋 copy color: '#707870'

red 112 ◦ green 120 ◦ blue 112

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

Shades of Boulder #707870

Tints of Boulder #707870

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

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 112 120 112 -
CMYK 0.07 0 0.07 0.53
HSL 120º 0.03% 0.45% -
HSV(B) 120º 0.07% 0.47% -
XYZ 16.32 18.05 17.95 -
YUV 116.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 112 120 112 0.07 0 0.07 0.53 120 0.03 0.45
Hex 70 78 70 7 0 7 35 78 3 2D
Octal 160 170 160 7 0 7 65 170 3 55
Binary 1110000 1111000 1110000 111 0 111 110101 1111000 11 101101

Color Harmonies of #707870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707870

Black with #707870

Text Example


Text Example

White with #707870

Text Example


Text Example

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