Html Css Color HEX #72958E Gumbo

📋 copy color: '#72958E'

red 114 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #72958E

Tints of Gumbo #72958E

RGB

 RED value IS 114 (44.92% from 255) = 28.15%

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

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

R = 28.15%
G = 36.79%
B = 35.06%

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

#72958E (or 0x72958E) is known color: Gumbo. HEX triplet: 72, 95 and 8E. RGB value is (114,149,142). Sum of RGB (Red+Green+Blue) = 114+149+142=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #72958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72958E is #8D6A71. Grayscale: #898989. Windows color (decimal): -9267826 or 9344370. OLE color: 9344370.

HSL color Cylindrical-coordinate representation of color #72958E: hue angle of 168º 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 #72958E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 142 -
CMYK 0.23 0 0.05 0.42
HSL 168º 0.14% 0.52% -
HSV(B) 168º 0.23% 0.58% -
XYZ 22.57 27.03 29.62 -
YUV 137.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 114 149 142 0.23 0 0.05 0.42 168 0.14 0.52
Hex 72 95 8E 17 0 5 2A A8 E 34
Octal 162 225 216 27 0 5 52 250 16 64
Binary 1110010 10010101 10001110 10111 0 101 101010 10101000 1110 110100

Color Harmonies of #72958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72958E

Black with #72958E

Text Example


Text Example

White with #72958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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