Html Css Color HEX #71938A Gumbo

📋 copy color: '#71938A'

red 113 ◦ green 147 ◦ blue 138

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

Shades of Gumbo #71938A

Tints of Gumbo #71938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 28.39%
G = 36.93%
B = 34.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#71938A (or 0x71938A) is known color: Gumbo. HEX triplet: 71, 93 and 8A. RGB value is (113,147,138). Sum of RGB (Red+Green+Blue) = 113+147+138=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #71938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71938A is #8E6C75. Grayscale: #878787. Windows color (decimal): -9333878 or 9081713. OLE color: 9081713.

HSL color Cylindrical-coordinate representation of color #71938A: hue angle of 164.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71938A is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 138 -
CMYK 0.23 0 0.06 0.42
HSL 164.12º 0.14% 0.51% -
HSV(B) 164.12º 0.23% 0.58% -
XYZ 21.83 26.21 27.95 -
YUV 135.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 113 147 138 0.23 0 0.06 0.42 164.12 0.14 0.51
Hex 71 93 8A 17 0 6 2A A4 E 33
Octal 161 223 212 27 0 6 52 244 16 63
Binary 1110001 10010011 10001010 10111 0 110 101010 10100100 1110 110011

Color Harmonies of #71938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71938A

Black with #71938A

Text Example


Text Example

White with #71938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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