Html Css Color HEX #68988D Gumbo

📋 copy color: '#68988D'

red 104 ◦ green 152 ◦ blue 141

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

Shades of Gumbo #68988D

Tints of Gumbo #68988D

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 26.2%
G = 38.29%
B = 35.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#68988D (or 0x68988D) is known color: Gumbo. HEX triplet: 68, 98 and 8D. RGB value is (104,152,141). Sum of RGB (Red+Green+Blue) = 104+152+141=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #68988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988D is #976772. Grayscale: #888888. Windows color (decimal): -9922419 or 9279592. OLE color: 9279592.

HSL color Cylindrical-coordinate representation of color #68988D: hue angle of 166.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68988D is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 141 -
CMYK 0.32 0 0.07 0.40
HSL 166.25º 0.19% 0.5% -
HSV(B) 166.25º 0.32% 0.6% -
XYZ 21.74 27.32 29.33 -
YUV 136.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 104 152 141 0.32 0 0.07 0.40 166.25 0.19 0.5
Hex 68 98 8D 20 0 7 28 A6 13 32
Octal 150 230 215 40 0 7 50 246 23 62
Binary 1101000 10011000 10001101 100000 0 111 101000 10100110 10011 110010

Color Harmonies of #68988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68988D

Black with #68988D

Text Example


Text Example

White with #68988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68988D; }

 p { color: rgb(104,152,141); }

 H1.HeaderClassName
 {
   color: #68988D;
 }
 .AnyTagClassName
 {
   color: #68988D;
 }
</style>

background-color css

<style>
 a { background-color: #68988D; }

 a { background-color: rgb(104,152,141); }

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

border-color css

<style>
 span { border-color: #68988D; }

 span { border-color: rgb(104,152,141); }

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