Html Css Color HEX #70918A Gumbo

📋 copy color: '#70918A'

red 112 ◦ green 145 ◦ blue 138

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

Shades of Gumbo #70918A

Tints of Gumbo #70918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 28.35%
G = 36.71%
B = 34.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#70918A (or 0x70918A) is known color: Gumbo. HEX triplet: 70, 91 and 8A. RGB value is (112,145,138). Sum of RGB (Red+Green+Blue) = 112+145+138=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #70918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70918A is #8F6E75. Grayscale: #868686. Windows color (decimal): -9399926 or 9081200. OLE color: 9081200.

HSL color Cylindrical-coordinate representation of color #70918A: hue angle of 167.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70918A is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 138 -
CMYK 0.23 0 0.05 0.43
HSL 167.27º 0.13% 0.5% -
HSV(B) 167.27º 0.23% 0.57% -
XYZ 21.39 25.53 27.85 -
YUV 134.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 112 145 138 0.23 0 0.05 0.43 167.27 0.13 0.5
Hex 70 91 8A 17 0 5 2B A7 D 32
Octal 160 221 212 27 0 5 53 247 15 62
Binary 1110000 10010001 10001010 10111 0 101 101011 10100111 1101 110010

Color Harmonies of #70918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70918A

Black with #70918A

Text Example


Text Example

White with #70918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70918A; }

 p { color: rgb(112,145,138); }

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

background-color css

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

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

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

border-color css

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

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

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