Html Css Color HEX #73958E Gumbo

📋 copy color: '#73958E'

red 115 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #73958E

Tints of Gumbo #73958E

RGB

 RED value IS 115 (45.31% from 255) = 28.33%

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

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

R = 28.33%
G = 36.7%
B = 34.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#73958E (or 0x73958E) is known color: Gumbo. HEX triplet: 73, 95 and 8E. RGB value is (115,149,142). Sum of RGB (Red+Green+Blue) = 115+149+142=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #73958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73958E is #8C6A71. Grayscale: #8A8A8A. Windows color (decimal): -9202290 or 9344371. OLE color: 9344371.

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

Color convert

RGB 115 149 142 -
CMYK 0.23 0 0.05 0.42
HSL 167.65º 0.14% 0.52% -
HSV(B) 167.65º 0.23% 0.58% -
XYZ 22.7 27.09 29.62 -
YUV 138.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 115 149 142 0.23 0 0.05 0.42 167.65 0.14 0.52
Hex 73 95 8E 17 0 5 2A A8 E 34
Octal 163 225 216 27 0 5 52 250 16 64
Binary 1110011 10010101 10001110 10111 0 101 101010 10101000 1110 110100

Color Harmonies of #73958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73958E

Black with #73958E

Text Example


Text Example

White with #73958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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