#67928A

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

Shades of Gumbo #67928A

Tints of Gumbo #67928A

Color information

#67928A (or 0x67928A) is unknown color: approx Gumbo. HEX triplet: 67, 92 and 8A. RGB value is (103,146,138). Sum of RGB (Red+Green+Blue) = 103+146+138=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #67928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67928A is #986D75. Grayscale: #848484. Windows color (decimal): -9989494 or 9081447. OLE color: 9081447.

HSL color Cylindrical-coordinate representation of color #67928A: hue angle of 168.84º 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 #67928A is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB103146138-
CMYK0.2900.050.43
HSL168.84º17.27%48.82%-
HSV(B)168.84º29.45%57.25%-
XYZ20.4625.2827.85-
YUV132.23131.25107.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.61%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=26.61%
G=37.73%
B=35.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031461380.2900.050.43168.8417.2748.82
Hex67928A1D052Ba91131
Octal1472222123505532512161
Binary110011110010010100010101110101011010111010100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67928A; }

 p { color: rgb(103,146,138); }

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

<style>
 a { background-color: #67928A; }

 a { background-color: rgb(103,146,138); }

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

<style>
 span { border-color: #67928A; }

 span { border-color: rgb(103,146,138); }

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