#67957F

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

Shades of Patina #67957F

Tints of Patina #67957F

Color information

#67957F (or 0x67957F) is unknown color: approx Patina. HEX triplet: 67, 95 and 7F. RGB value is (103,149,127). Sum of RGB (Red+Green+Blue) = 103+149+127=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #67957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67957F is #986A80. Grayscale: #848484. Windows color (decimal): -9988737 or 8361319. OLE color: 8361319.

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

Color convert

RGB103149127-
CMYK0.3100.150.42
HSL151.3º18.25%49.41%-
HSV(B)151.3º30.87%58.43%-
XYZ20.1725.9124.02-
YUV132.74124.76106.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 127 (50% from 255) = 33.51%
R=27.18%
G=39.31%
B=33.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031491270.3100.150.42151.318.2549.41
Hex67957F1F0F2A971231
Octal14722517737017522272261
Binary110011110010101111111111111011111010101001011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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