Html Css Color HEX #70978D Gumbo

📋 copy color: '#70978D'

red 112 ◦ green 151 ◦ blue 141

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

Shades of Gumbo #70978D

Tints of Gumbo #70978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 27.72%
G = 37.38%
B = 34.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#70978D (or 0x70978D) is known color: Gumbo. HEX triplet: 70, 97 and 8D. RGB value is (112,151,141). Sum of RGB (Red+Green+Blue) = 112+151+141=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #70978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70978D is #8F6872. Grayscale: #8A8A8A. Windows color (decimal): -9398387 or 9279344. OLE color: 9279344.

HSL color Cylindrical-coordinate representation of color #70978D: hue angle of 164.62º 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 #70978D is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 141 -
CMYK 0.26 0 0.07 0.41
HSL 164.62º 0.16% 0.52% -
HSV(B) 164.62º 0.26% 0.59% -
XYZ 22.56 27.5 29.32 -
YUV 138.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 112 151 141 0.26 0 0.07 0.41 164.62 0.16 0.52
Hex 70 97 8D 1A 0 7 29 A5 10 34
Octal 160 227 215 32 0 7 51 245 20 64
Binary 1110000 10010111 10001101 11010 0 111 101001 10100101 10000 110100

Color Harmonies of #70978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70978D

Black with #70978D

Text Example


Text Example

White with #70978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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