#67938E

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

Shades of Gumbo #67938E

Tints of Gumbo #67938E

Color information

#67938E (or 0x67938E) is unknown color: approx Gumbo. HEX triplet: 67, 93 and 8E. RGB value is (103,147,142). Sum of RGB (Red+Green+Blue) = 103+147+142=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #67938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938E is #986C71. Grayscale: #858585. Windows color (decimal): -9989234 or 9343847. OLE color: 9343847.

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

Color convert

RGB103147142-
CMYK0.3000.030.42
HSL173.18º17.6%49.02%-
HSV(B)173.18º29.93%57.65%-
XYZ20.9125.729.45-
YUV133.27132.92106.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=26.28%
G=37.5%
B=36.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471420.3000.030.42173.1817.649.02
Hex67938E1E032Aad1231
Octal1472232163603522552261
Binary11001111001001110001110111100111010101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,147,142); }

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

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

 a { background-color: rgb(103,147,142); }

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

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

 span { border-color: rgb(103,147,142); }

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