Html Css Color HEX #6D958B Gumbo

📋 copy color: '#6D958B'

red 109 ◦ green 149 ◦ blue 139

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

Shades of Gumbo #6D958B

Tints of Gumbo #6D958B

RGB

 RED value IS 109 (42.97% from 255) = 27.46%

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 27.46%
G = 37.53%
B = 35.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#6D958B (or 0x6D958B) is known color: Gumbo. HEX triplet: 6D, 95 and 8B. RGB value is (109,149,139). Sum of RGB (Red+Green+Blue) = 109+149+139=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #6D958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D958B is #926A74. Grayscale: #878787. Windows color (decimal): -9595509 or 9147757. OLE color: 9147757.

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

Color convert

RGB 109 149 139 -
CMYK 0.27 0 0.07 0.42
HSL 165º 0.16% 0.51% -
HSV(B) 165º 0.27% 0.58% -
XYZ 21.71 26.61 28.42 -
YUV 135.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 109 149 139 0.27 0 0.07 0.42 165 0.16 0.51
Hex 6D 95 8B 1B 0 7 2A A5 10 33
Octal 155 225 213 33 0 7 52 245 20 63
Binary 1101101 10010101 10001011 11011 0 111 101010 10100101 10000 110011

Color Harmonies of #6D958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D958B

Black with #6D958B

Text Example


Text Example

White with #6D958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,139); }

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

background-color css

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

 a { background-color: rgb(109,149,139); }

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

border-color css

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

 span { border-color: rgb(109,149,139); }

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