#68958F

Color #68958F Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #68958F

Tints of Gumbo #68958F

Color information

#68958F (or 0x68958F) is unknown color: approx Gumbo. HEX triplet: 68, 95 and 8F. RGB value is (104,149,143). Sum of RGB (Red+Green+Blue) = 104+149+143=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #68958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68958F is #976A70. Grayscale: #868686. Windows color (decimal): -9923185 or 9409896. OLE color: 9409896.

HSL color Cylindrical-coordinate representation of color #68958F: hue angle of 172º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68958F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB104149143-
CMYK0.3000.040.42
HSL172º17.79%49.61%-
HSV(B)172º30.2%58.43%-
XYZ21.4126.4229.96-
YUV134.86132.59105.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=26.26%
G=37.63%
B=36.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491430.3000.040.4217217.7949.61
Hex68958F1E042Aac1232
Octal1502252173604522542262
Binary110100010010101100011111111001001010101010110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68958F;
 }
 .AnyTagClassName
 {
   color: #68958F;
 }
</style>
background-color css

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

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

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

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

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

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