#67958A

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

Shades of Patina #67958A

Tints of Patina #67958A

Color information

#67958A (or 0x67958A) is unknown color: approx Patina. HEX triplet: 67, 95 and 8A. RGB value is (103,149,138). Sum of RGB (Red+Green+Blue) = 103+149+138=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #67958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67958A is #986A75. Grayscale: #858585. Windows color (decimal): -9988726 or 9082215. OLE color: 9082215.

HSL color Cylindrical-coordinate representation of color #67958A: hue angle of 165.65º 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 #67958A is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB103149138-
CMYK0.3100.070.42
HSL165.65º18.25%49.41%-
HSV(B)165.65º30.87%58.43%-
XYZ20.9326.2128-
YUV133.99130.26105.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=26.41%
G=38.21%
B=35.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491380.3100.070.42165.6518.2549.41
Hex67958A1F072Aa61231
Octal1472252123707522462261
Binary110011110010101100010101111101111010101010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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