Html Css Color HEX #70928B Gumbo

📋 copy color: '#70928B'

red 112 ◦ green 146 ◦ blue 139

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

Shades of Gumbo #70928B

Tints of Gumbo #70928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 28.21%
G = 36.78%
B = 35.01%

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

#70928B (or 0x70928B) is known color: Gumbo. HEX triplet: 70, 92 and 8B. RGB value is (112,146,139). Sum of RGB (Red+Green+Blue) = 112+146+139=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #70928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70928B is #8F6D74. Grayscale: #878787. Windows color (decimal): -9399669 or 9146992. OLE color: 9146992.

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

Color convert

RGB 112 146 139 -
CMYK 0.23 0 0.05 0.43
HSL 167.65º 0.13% 0.51% -
HSV(B) 167.65º 0.23% 0.57% -
XYZ 21.62 25.87 28.28 -
YUV 135.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 112 146 139 0.23 0 0.05 0.43 167.65 0.13 0.51
Hex 70 92 8B 17 0 5 2B A8 D 33
Octal 160 222 213 27 0 5 53 250 15 63
Binary 1110000 10010010 10001011 10111 0 101 101011 10101000 1101 110011

Color Harmonies of #70928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70928B

Black with #70928B

Text Example


Text Example

White with #70928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70928B; }

 p { color: rgb(112,146,139); }

 H1.HeaderClassName
 {
   color: #70928B;
 }
 .AnyTagClassName
 {
   color: #70928B;
 }
</style>

background-color css

<style>
 a { background-color: #70928B; }

 a { background-color: rgb(112,146,139); }

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

border-color css

<style>
 span { border-color: #70928B; }

 span { border-color: rgb(112,146,139); }

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