Html Css Color HEX #70988E Gumbo

📋 copy color: '#70988E'

red 112 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #70988E

Tints of Gumbo #70988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 27.59%
G = 37.44%
B = 34.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#70988E (or 0x70988E) is known color: Gumbo. HEX triplet: 70, 98 and 8E. RGB value is (112,152,142). Sum of RGB (Red+Green+Blue) = 112+152+142=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #70988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70988E is #8F6771. Grayscale: #8A8A8A. Windows color (decimal): -9398130 or 9345136. OLE color: 9345136.

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

Color convert

RGB 112 152 142 -
CMYK 0.26 0 0.07 0.40
HSL 165º 0.16% 0.52% -
HSV(B) 165º 0.26% 0.6% -
XYZ 22.79 27.85 29.77 -
YUV 138.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 112 152 142 0.26 0 0.07 0.40 165 0.16 0.52
Hex 70 98 8E 1A 0 7 28 A5 10 34
Octal 160 230 216 32 0 7 50 245 20 64
Binary 1110000 10011000 10001110 11010 0 111 101000 10100101 10000 110100

Color Harmonies of #70988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70988E

Black with #70988E

Text Example


Text Example

White with #70988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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