Html Css Color HEX #72978E Gumbo

📋 copy color: '#72978E'

red 114 ◦ green 151 ◦ blue 142

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

Shades of Gumbo #72978E

Tints of Gumbo #72978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

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

R = 28.01%
G = 37.1%
B = 34.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#72978E (or 0x72978E) is known color: Gumbo. HEX triplet: 72, 97 and 8E. RGB value is (114,151,142). Sum of RGB (Red+Green+Blue) = 114+151+142=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #72978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72978E is #8D6871. Grayscale: #8A8A8A. Windows color (decimal): -9267314 or 9344882. OLE color: 9344882.

HSL color Cylindrical-coordinate representation of color #72978E: hue angle of 165.41º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72978E is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 142 -
CMYK 0.25 0 0.06 0.41
HSL 165.41º 0.15% 0.52% -
HSV(B) 165.41º 0.25% 0.59% -
XYZ 22.89 27.66 29.72 -
YUV 138.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 114 151 142 0.25 0 0.06 0.41 165.41 0.15 0.52
Hex 72 97 8E 19 0 6 29 A5 F 34
Octal 162 227 216 31 0 6 51 245 17 64
Binary 1110010 10010111 10001110 11001 0 110 101001 10100101 1111 110100

Color Harmonies of #72978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72978E

Black with #72978E

Text Example


Text Example

White with #72978E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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