Html Css Color HEX #70978E Gumbo

📋 copy color: '#70978E'

red 112 ◦ green 151 ◦ blue 142

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

Shades of Gumbo #70978E

Tints of Gumbo #70978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 27.65%
G = 37.28%
B = 35.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#70978E (or 0x70978E) is known color: Gumbo. HEX triplet: 70, 97 and 8E. RGB value is (112,151,142). Sum of RGB (Red+Green+Blue) = 112+151+142=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #70978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70978E is #8F6871. Grayscale: #8A8A8A. Windows color (decimal): -9398386 or 9344880. OLE color: 9344880.

HSL color Cylindrical-coordinate representation of color #70978E: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70978E is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 142 -
CMYK 0.26 0 0.06 0.41
HSL 166.15º 0.16% 0.52% -
HSV(B) 166.15º 0.26% 0.59% -
XYZ 22.63 27.53 29.71 -
YUV 138.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 112 151 142 0.26 0 0.06 0.41 166.15 0.16 0.52
Hex 70 97 8E 1A 0 6 29 A6 10 34
Octal 160 227 216 32 0 6 51 246 20 64
Binary 1110000 10010111 10001110 11010 0 110 101001 10100110 10000 110100

Color Harmonies of #70978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70978E

Black with #70978E

Text Example


Text Example

White with #70978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70978E; }

 p { color: rgb(112,151,142); }

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

background-color css

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

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

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

border-color css

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

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

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