Html Css Color HEX #6D9B90 Gumbo

📋 copy color: '#6D9B90'

red 109 ◦ green 155 ◦ blue 144

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

Shades of Gumbo #6D9B90

Tints of Gumbo #6D9B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 26.72%
G = 37.99%
B = 35.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#6D9B90 (or 0x6D9B90) is known color: Gumbo. HEX triplet: 6D, 9B and 90. RGB value is (109,155,144). Sum of RGB (Red+Green+Blue) = 109+155+144=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9B90 is #92646F. Grayscale: #8B8B8B. Windows color (decimal): -9593968 or 9476973. OLE color: 9476973.

HSL color Cylindrical-coordinate representation of color #6D9B90: hue angle of 165.65º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B90 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 155 144 -
CMYK 0.30 0 0.07 0.39
HSL 165.65º 0.19% 0.52% -
HSV(B) 165.65º 0.3% 0.61% -
XYZ 23.06 28.71 30.71 -
YUV 139.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 109 155 144 0.30 0 0.07 0.39 165.65 0.19 0.52
Hex 6D 9B 90 1E 0 7 27 A6 13 34
Octal 155 233 220 36 0 7 47 246 23 64
Binary 1101101 10011011 10010000 11110 0 111 100111 10100110 10011 110100

Color Harmonies of #6D9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9B90

Black with #6D9B90

Text Example


Text Example

White with #6D9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,155,144); }

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

background-color css

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

 a { background-color: rgb(109,155,144); }

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

border-color css

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

 span { border-color: rgb(109,155,144); }

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