Html Css Color HEX #707370 Boulder

📋 copy color: '#707370'

red 112 ◦ green 115 ◦ blue 112

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

Shades of Boulder #707370

Tints of Boulder #707370

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

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 112 115 112 -
CMYK 0.03 0 0.03 0.55
HSL 120º 0.01% 0.45% -
HSV(B) 120º 0.03% 0.45% -
XYZ 15.74 16.88 17.76 -
YUV 113.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 112 115 112 0.03 0 0.03 0.55 120 0.01 0.45
Hex 70 73 70 3 0 3 37 78 1 2D
Octal 160 163 160 3 0 3 67 170 1 55
Binary 1110000 1110011 1110000 11 0 11 110111 1111000 1 101101

Color Harmonies of #707370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707370

Black with #707370

Text Example


Text Example

White with #707370

Text Example


Text Example

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