Html Css Color HEX #74958E Gumbo

📋 copy color: '#74958E'

red 116 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #74958E

Tints of Gumbo #74958E

RGB

 RED value IS 116 (45.7% from 255) = 28.5%

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

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

R = 28.5%
G = 36.61%
B = 34.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#74958E (or 0x74958E) is known color: Gumbo. HEX triplet: 74, 95 and 8E. RGB value is (116,149,142). Sum of RGB (Red+Green+Blue) = 116+149+142=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #74958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958E is #8B6A71. Grayscale: #8A8A8A. Windows color (decimal): -9136754 or 9344372. OLE color: 9344372.

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

Color convert

RGB 116 149 142 -
CMYK 0.22 0 0.05 0.42
HSL 167.27º 0.13% 0.52% -
HSV(B) 167.27º 0.22% 0.58% -
XYZ 22.83 27.16 29.63 -
YUV 138.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 116 149 142 0.22 0 0.05 0.42 167.27 0.13 0.52
Hex 74 95 8E 16 0 5 2A A7 D 34
Octal 164 225 216 26 0 5 52 247 15 64
Binary 1110100 10010101 10001110 10110 0 101 101010 10100111 1101 110100

Color Harmonies of #74958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74958E

Black with #74958E

Text Example


Text Example

White with #74958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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