Html Css Color HEX #71918A Gumbo

📋 copy color: '#71918A'

red 113 ◦ green 145 ◦ blue 138

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

Shades of Gumbo #71918A

Tints of Gumbo #71918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 28.54%
G = 36.62%
B = 34.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#71918A (or 0x71918A) is known color: Gumbo. HEX triplet: 71, 91 and 8A. RGB value is (113,145,138). Sum of RGB (Red+Green+Blue) = 113+145+138=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #71918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71918A is #8E6E75. Grayscale: #868686. Windows color (decimal): -9334390 or 9081201. OLE color: 9081201.

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

Color convert

RGB 113 145 138 -
CMYK 0.22 0 0.05 0.43
HSL 166.88º 0.13% 0.51% -
HSV(B) 166.88º 0.22% 0.57% -
XYZ 21.52 25.6 27.85 -
YUV 134.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 113 145 138 0.22 0 0.05 0.43 166.88 0.13 0.51
Hex 71 91 8A 16 0 5 2B A7 D 33
Octal 161 221 212 26 0 5 53 247 15 63
Binary 1110001 10010001 10001010 10110 0 101 101011 10100111 1101 110011

Color Harmonies of #71918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71918A

Black with #71918A

Text Example


Text Example

White with #71918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71918A; }

 p { color: rgb(113,145,138); }

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

background-color css

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

 a { background-color: rgb(113,145,138); }

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

border-color css

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

 span { border-color: rgb(113,145,138); }

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