Html Css Color HEX #6D918A Gumbo

📋 copy color: '#6D918A'

red 109 ◦ green 145 ◦ blue 138

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

Shades of Gumbo #6D918A

Tints of Gumbo #6D918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.99%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 27.81%
G = 36.99%
B = 35.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#6D918A (or 0x6D918A) is known color: Gumbo. HEX triplet: 6D, 91 and 8A. RGB value is (109,145,138). Sum of RGB (Red+Green+Blue) = 109+145+138=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918A is #926E75. Grayscale: #858585. Windows color (decimal): -9596534 or 9081197. OLE color: 9081197.

HSL color Cylindrical-coordinate representation of color #6D918A: hue angle of 168.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D918A is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 138 -
CMYK 0.25 0 0.05 0.43
HSL 168.33º 0.14% 0.5% -
HSV(B) 168.33º 0.25% 0.57% -
XYZ 21.02 25.34 27.83 -
YUV 133.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 109 145 138 0.25 0 0.05 0.43 168.33 0.14 0.5
Hex 6D 91 8A 19 0 5 2B A8 E 32
Octal 155 221 212 31 0 5 53 250 16 62
Binary 1101101 10010001 10001010 11001 0 101 101011 10101000 1110 110010

Color Harmonies of #6D918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D918A

Black with #6D918A

Text Example


Text Example

White with #6D918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,138); }

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

background-color css

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

 a { background-color: rgb(109,145,138); }

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

border-color css

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

 span { border-color: rgb(109,145,138); }

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