Html Css Color HEX #71958E Gumbo

📋 copy color: '#71958E'

red 113 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #71958E

Tints of Gumbo #71958E

RGB

 RED value IS 113 (44.53% from 255) = 27.97%

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 27.97%
G = 36.88%
B = 35.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#71958E (or 0x71958E) is known color: Gumbo. HEX triplet: 71, 95 and 8E. RGB value is (113,149,142). Sum of RGB (Red+Green+Blue) = 113+149+142=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #71958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958E is #8E6A71. Grayscale: #898989. Windows color (decimal): -9333362 or 9344369. OLE color: 9344369.

HSL color Cylindrical-coordinate representation of color #71958E: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71958E is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 142 -
CMYK 0.24 0 0.05 0.42
HSL 168.33º 0.15% 0.51% -
HSV(B) 168.33º 0.24% 0.58% -
XYZ 22.44 26.96 29.61 -
YUV 137.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 113 149 142 0.24 0 0.05 0.42 168.33 0.15 0.51
Hex 71 95 8E 18 0 5 2A A8 F 33
Octal 161 225 216 30 0 5 52 250 17 63
Binary 1110001 10010101 10001110 11000 0 101 101010 10101000 1111 110011

Color Harmonies of #71958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71958E

Black with #71958E

Text Example


Text Example

White with #71958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71958E; }

 p { color: rgb(113,149,142); }

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

background-color css

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

 a { background-color: rgb(113,149,142); }

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

border-color css

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

 span { border-color: rgb(113,149,142); }

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