#67938C

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

Shades of Gumbo #67938C

Tints of Gumbo #67938C

Color information

#67938C (or 0x67938C) is unknown color: approx Gumbo. HEX triplet: 67, 93 and 8C. RGB value is (103,147,140). Sum of RGB (Red+Green+Blue) = 103+147+140=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #67938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938C is #986C73. Grayscale: #858585. Windows color (decimal): -9989236 or 9212775. OLE color: 9212775.

HSL color Cylindrical-coordinate representation of color #67938C: hue angle of 170.45º 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 #67938C is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB103147140-
CMYK0.3000.050.42
HSL170.45º17.6%49.02%-
HSV(B)170.45º29.93%57.65%-
XYZ20.7625.6428.67-
YUV133.05131.92106.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=26.41%
G=37.69%
B=35.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471400.3000.050.42170.4517.649.02
Hex67938C1E052Aaa1231
Octal1472232143605522522261
Binary110011110010011100011001111001011010101010101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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