Html Css Color HEX #6E968E Gumbo

📋 copy color: '#6E968E'

red 110 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #6E968E

Tints of Gumbo #6E968E

RGB

 RED value IS 110 (43.36% from 255) = 27.36%

 GREEN value IS 150 (58.98% from 255) = 37.31%

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

R = 27.36%
G = 37.31%
B = 35.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#6E968E (or 0x6E968E) is known color: Gumbo. HEX triplet: 6E, 96 and 8E. RGB value is (110,150,142). Sum of RGB (Red+Green+Blue) = 110+150+142=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #6E968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E968E is #916971. Grayscale: #898989. Windows color (decimal): -9529714 or 9344622. OLE color: 9344622.

HSL color Cylindrical-coordinate representation of color #6E968E: hue angle of 168º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E968E is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 150 142 -
CMYK 0.27 0 0.05 0.41
HSL 168º 0.16% 0.51% -
HSV(B) 168º 0.27% 0.59% -
XYZ 22.22 27.08 29.65 -
YUV 137.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 110 150 142 0.27 0 0.05 0.41 168 0.16 0.51
Hex 6E 96 8E 1B 0 5 29 A8 10 33
Octal 156 226 216 33 0 5 51 250 20 63
Binary 1101110 10010110 10001110 11011 0 101 101001 10101000 10000 110011

Color Harmonies of #6E968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E968E

Black with #6E968E

Text Example


Text Example

White with #6E968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E968E; }

 p { color: rgb(110,150,142); }

 H1.HeaderClassName
 {
   color: #6E968E;
 }
 .AnyTagClassName
 {
   color: #6E968E;
 }
</style>

background-color css

<style>
 a { background-color: #6E968E; }

 a { background-color: rgb(110,150,142); }

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

border-color css

<style>
 span { border-color: #6E968E; }

 span { border-color: rgb(110,150,142); }

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