Html Css Color HEX #708978 Blue Smoke

📋 copy color: '#708978'

red 112 ◦ green 137 ◦ blue 120

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

Shades of Blue Smoke #708978

Tints of Blue Smoke #708978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 30.35%
G = 37.13%
B = 32.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#708978 (or 0x708978) is known color: Blue Smoke. HEX triplet: 70, 89 and 78. RGB value is (112,137,120). Sum of RGB (Red+Green+Blue) = 112+137+120=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #708978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708978 is #8F7687. Grayscale: #7F7F7F. Windows color (decimal): -9401992 or 7899504. OLE color: 7899504.

HSL color Cylindrical-coordinate representation of color #708978: hue angle of 139.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708978 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 120 -
CMYK 0.18 0 0.12 0.46
HSL 139.2º 0.1% 0.49% -
HSV(B) 139.2º 0.18% 0.54% -
XYZ 19.02 22.69 21.15 -
YUV 127.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 112 137 120 0.18 0 0.12 0.46 139.2 0.1 0.49
Hex 70 89 78 12 0 C 2E 8B A 31
Octal 160 211 170 22 0 14 56 213 12 61
Binary 1110000 10001001 1111000 10010 0 1100 101110 10001011 1010 110001

Color Harmonies of #708978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708978

Black with #708978

Text Example


Text Example

White with #708978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708978; }

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

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

background-color css

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

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

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

border-color css

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

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

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