#69958F

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

Shades of Gumbo #69958F

Tints of Gumbo #69958F

Color information

#69958F (or 0x69958F) is unknown color: approx Gumbo. HEX triplet: 69, 95 and 8F. RGB value is (105,149,143). Sum of RGB (Red+Green+Blue) = 105+149+143=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #69958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958F is #966A70. Grayscale: #878787. Windows color (decimal): -9857649 or 9409897. OLE color: 9409897.

HSL color Cylindrical-coordinate representation of color #69958F: hue angle of 171.82º degrees, saturation: 0.17, 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 #69958F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB105149143-
CMYK0.3000.040.42
HSL171.82º17.32%49.8%-
HSV(B)171.82º29.53%58.43%-
XYZ21.5326.4829.96-
YUV135.16132.42106.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=26.45%
G=37.53%
B=36.02%

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
Decimal1051491430.3000.040.42171.8217.3249.8
Hex69958F1E042Aac1132
Octal1512252173604522542162
Binary110100110010101100011111111001001010101010110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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