#67967F

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

Shades of Patina #67967F

Tints of Patina #67967F

Color information

#67967F (or 0x67967F) is unknown color: approx Patina. HEX triplet: 67, 96 and 7F. RGB value is (103,150,127). Sum of RGB (Red+Green+Blue) = 103+150+127=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #67967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67967F is #986980. Grayscale: #858585. Windows color (decimal): -9988481 or 8361575. OLE color: 8361575.

HSL color Cylindrical-coordinate representation of color #67967F: hue angle of 150.64º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67967F is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB103150127-
CMYK0.3100.150.41
HSL150.64º18.58%49.61%-
HSV(B)150.64º31.33%58.82%-
XYZ20.3326.2324.07-
YUV133.32124.43106.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 127 (50% from 255) = 33.42%
R=27.11%
G=39.47%
B=33.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031501270.3100.150.41150.6418.5849.61
Hex67967F1F0F29971332
Octal14722617737017512272362
Binary110011110010110111111111111011111010011001011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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