#67958F

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

Shades of Gumbo #67958F

Tints of Gumbo #67958F

Color information

#67958F (or 0x67958F) is unknown color: approx Gumbo. HEX triplet: 67, 95 and 8F. RGB value is (103,149,143). Sum of RGB (Red+Green+Blue) = 103+149+143=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #67958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67958F is #986A70. Grayscale: #868686. Windows color (decimal): -9988721 or 9409895. OLE color: 9409895.

HSL color Cylindrical-coordinate representation of color #67958F: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67958F is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB103149143-
CMYK0.3100.040.42
HSL172.17º18.25%49.41%-
HSV(B)172.17º30.87%58.43%-
XYZ21.326.3629.95-
YUV134.56132.76105.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=26.08%
G=37.72%
B=36.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491430.3100.040.42172.1718.2549.41
Hex67958F1F042Aac1231
Octal1472252173704522542261
Binary110011110010101100011111111101001010101010110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67958F; }

 p { color: rgb(103,149,143); }

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

<style>
 a { background-color: #67958F; }

 a { background-color: rgb(103,149,143); }

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

<style>
 span { border-color: #67958F; }

 span { border-color: rgb(103,149,143); }

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