Html Css Color HEX #709288 Gumbo

📋 copy color: '#709288'

red 112 ◦ green 146 ◦ blue 136

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

Shades of Gumbo #709288

Tints of Gumbo #709288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 28.43%
G = 37.06%
B = 34.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#709288 (or 0x709288) is known color: Gumbo. HEX triplet: 70, 92 and 88. RGB value is (112,146,136). Sum of RGB (Red+Green+Blue) = 112+146+136=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #709288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709288 is #8F6D77. Grayscale: #868686. Windows color (decimal): -9399672 or 8950384. OLE color: 8950384.

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

Color convert

RGB 112 146 136 -
CMYK 0.23 0 0.07 0.43
HSL 162.35º 0.13% 0.51% -
HSV(B) 162.35º 0.23% 0.57% -
XYZ 21.4 25.78 27.14 -
YUV 134.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 112 146 136 0.23 0 0.07 0.43 162.35 0.13 0.51
Hex 70 92 88 17 0 7 2B A2 D 33
Octal 160 222 210 27 0 7 53 242 15 63
Binary 1110000 10010010 10001000 10111 0 111 101011 10100010 1101 110011

Color Harmonies of #709288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709288

Black with #709288

Text Example


Text Example

White with #709288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709288; }

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

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

background-color css

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

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

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

border-color css

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

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

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