#69978E

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

Shades of Gumbo #69978E

Tints of Gumbo #69978E

Color information

#69978E (or 0x69978E) is unknown color: approx Gumbo. HEX triplet: 69, 97 and 8E. RGB value is (105,151,142). Sum of RGB (Red+Green+Blue) = 105+151+142=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #69978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69978E is #966871. Grayscale: #888888. Windows color (decimal): -9857138 or 9344873. OLE color: 9344873.

HSL color Cylindrical-coordinate representation of color #69978E: hue angle of 168.26º 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 #69978E is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB105151142-
CMYK0.3000.060.41
HSL168.26º18.11%50.2%-
HSV(B)168.26º30.46%59.22%-
XYZ21.7727.0929.67-
YUV136.22131.26105.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=26.38%
G=37.94%
B=35.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511420.3000.060.41168.2618.1150.2
Hex69978E1E0629a81232
Octal1512272163606512502262
Binary110100110010111100011101111001101010011010100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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