#67897F

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

Shades of Patina #67897F

Tints of Patina #67897F

Color information

#67897F (or 0x67897F) is unknown color: approx Patina. HEX triplet: 67, 89 and 7F. RGB value is (103,137,127). Sum of RGB (Red+Green+Blue) = 103+137+127=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #67897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67897F is #987680. Grayscale: #7D7D7D. Windows color (decimal): -9991809 or 8358247. OLE color: 8358247.

HSL color Cylindrical-coordinate representation of color #67897F: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67897F is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB103137127-
CMYK0.2500.070.46
HSL162.35º14.17%47.06%-
HSV(B)162.35º24.82%53.73%-
XYZ18.3722.3123.42-
YUV125.69128.74111.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.07%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 127 (50% from 255) = 34.60%
R=28.07%
G=37.33%
B=34.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371270.2500.070.46162.3514.1747.06
Hex67897F19072Ea2e2f
Octal1472111773107562421657
Binary1100111100010011111111110010111101110101000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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