Html Css Color HEX #707670 Boulder

📋 copy color: '#707670'

red 112 ◦ green 118 ◦ blue 112

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

Shades of Boulder #707670

Tints of Boulder #707670

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 32.75%
G = 34.5%
B = 32.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#707670 (or 0x707670) is known color: Boulder. HEX triplet: 70, 76 and 70. RGB value is (112,118,112). Sum of RGB (Red+Green+Blue) = 112+118+112=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #707670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707670 is #8F898F. Grayscale: #737373. Windows color (decimal): -9406864 or 7370352. OLE color: 7370352.

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

Color convert

RGB 112 118 112 -
CMYK 0.05 0 0.05 0.54
HSL 120º 0.03% 0.45% -
HSV(B) 120º 0.05% 0.46% -
XYZ 16.09 17.57 17.87 -
YUV 115.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 112 118 112 0.05 0 0.05 0.54 120 0.03 0.45
Hex 70 76 70 5 0 5 36 78 3 2D
Octal 160 166 160 5 0 5 66 170 3 55
Binary 1110000 1110110 1110000 101 0 101 110110 1111000 11 101101

Color Harmonies of #707670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707670

Black with #707670

Text Example


Text Example

White with #707670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707670; }

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

 H1.HeaderClassName
 {
   color: #707670;
 }
 .AnyTagClassName
 {
   color: #707670;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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