Html Css Color HEX #70928D Gumbo

📋 copy color: '#70928D'

red 112 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #70928D

Tints of Gumbo #70928D

RGB

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

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

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

R = 28.07%
G = 36.59%
B = 35.34%

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

#70928D (or 0x70928D) is known color: Gumbo. HEX triplet: 70, 92 and 8D. RGB value is (112,146,141). Sum of RGB (Red+Green+Blue) = 112+146+141=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #70928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70928D is #8F6D72. Grayscale: #878787. Windows color (decimal): -9399667 or 9278064. OLE color: 9278064.

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

Color convert

RGB 112 146 141 -
CMYK 0.23 0 0.03 0.43
HSL 171.18º 0.13% 0.51% -
HSV(B) 171.18º 0.23% 0.57% -
XYZ 21.77 25.93 29.06 -
YUV 135.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 112 146 141 0.23 0 0.03 0.43 171.18 0.13 0.51
Hex 70 92 8D 17 0 3 2B AB D 33
Octal 160 222 215 27 0 3 53 253 15 63
Binary 1110000 10010010 10001101 10111 0 11 101011 10101011 1101 110011

Color Harmonies of #70928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70928D

Black with #70928D

Text Example


Text Example

White with #70928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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