Html Css Color HEX #68988F Gumbo

📋 copy color: '#68988F'

red 104 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #68988F

Tints of Gumbo #68988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 26.07%
G = 38.1%
B = 35.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#68988F (or 0x68988F) is known color: Gumbo. HEX triplet: 68, 98 and 8F. RGB value is (104,152,143). Sum of RGB (Red+Green+Blue) = 104+152+143=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #68988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988F is #976770. Grayscale: #888888. Windows color (decimal): -9922417 or 9410664. OLE color: 9410664.

HSL color Cylindrical-coordinate representation of color #68988F: hue angle of 168.75º 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 #68988F is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 143 -
CMYK 0.32 0 0.06 0.40
HSL 168.75º 0.19% 0.5% -
HSV(B) 168.75º 0.32% 0.6% -
XYZ 21.9 27.38 30.12 -
YUV 136.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 104 152 143 0.32 0 0.06 0.40 168.75 0.19 0.5
Hex 68 98 8F 20 0 6 28 A9 13 32
Octal 150 230 217 40 0 6 50 251 23 62
Binary 1101000 10011000 10001111 100000 0 110 101000 10101001 10011 110010

Color Harmonies of #68988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68988F

Black with #68988F

Text Example


Text Example

White with #68988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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