Html Css Color HEX #70918C Gumbo

📋 copy color: '#70918C'

red 112 ◦ green 145 ◦ blue 140

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

Shades of Gumbo #70918C

Tints of Gumbo #70918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 28.21%
G = 36.52%
B = 35.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#70918C (or 0x70918C) is known color: Gumbo. HEX triplet: 70, 91 and 8C. RGB value is (112,145,140). Sum of RGB (Red+Green+Blue) = 112+145+140=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #70918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70918C is #8F6E73. Grayscale: #868686. Windows color (decimal): -9399924 or 9212272. OLE color: 9212272.

HSL color Cylindrical-coordinate representation of color #70918C: hue angle of 170.91º 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 #70918C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 140 -
CMYK 0.23 0 0.03 0.43
HSL 170.91º 0.13% 0.5% -
HSV(B) 170.91º 0.23% 0.57% -
XYZ 21.54 25.59 28.61 -
YUV 134.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 112 145 140 0.23 0 0.03 0.43 170.91 0.13 0.5
Hex 70 91 8C 17 0 3 2B AB D 32
Octal 160 221 214 27 0 3 53 253 15 62
Binary 1110000 10010001 10001100 10111 0 11 101011 10101011 1101 110010

Color Harmonies of #70918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70918C

Black with #70918C

Text Example


Text Example

White with #70918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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