#69978F

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

Shades of Gumbo #69978F

Tints of Gumbo #69978F

Color information

#69978F (or 0x69978F) is unknown color: approx Gumbo. HEX triplet: 69, 97 and 8F. RGB value is (105,151,143). Sum of RGB (Red+Green+Blue) = 105+151+143=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #69978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69978F is #966870. Grayscale: #888888. Windows color (decimal): -9857137 or 9410409. OLE color: 9410409.

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

Color convert

RGB105151143-
CMYK0.3000.050.41
HSL169.57º18.11%50.2%-
HSV(B)169.57º30.46%59.22%-
XYZ21.8527.1230.07-
YUV136.33131.76105.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=26.32%
G=37.84%
B=35.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511430.3000.050.41169.5718.1150.2
Hex69978F1E0529aa1232
Octal1512272173605512522262
Binary110100110010111100011111111001011010011010101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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