#67918D

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

Shades of Gumbo #67918D

Tints of Gumbo #67918D

Color information

#67918D (or 0x67918D) is unknown color: approx Gumbo. HEX triplet: 67, 91 and 8D. RGB value is (103,145,141). Sum of RGB (Red+Green+Blue) = 103+145+141=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #67918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67918D is #986E72. Grayscale: #838383. Windows color (decimal): -9989747 or 9277799. OLE color: 9277799.

HSL color Cylindrical-coordinate representation of color #67918D: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67918D is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB103145141-
CMYK0.2900.030.43
HSL174.29º16.94%48.63%-
HSV(B)174.29º28.97%56.86%-
XYZ20.5325.0628.95-
YUV131.99133.09107.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=26.48%
G=37.28%
B=36.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031451410.2900.030.43174.2916.9448.63
Hex67918D1D032Bae1131
Octal1472212153503532562161
Binary11001111001000110001101111010111010111010111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67918D; }

 p { color: rgb(103,145,141); }

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

<style>
 a { background-color: #67918D; }

 a { background-color: rgb(103,145,141); }

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

<style>
 span { border-color: #67918D; }

 span { border-color: rgb(103,145,141); }

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