#67857D

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

Shades of Patina #67857D

Tints of Patina #67857D

Color information

#67857D (or 0x67857D) is unknown color: approx Patina. HEX triplet: 67, 85 and 7D. RGB value is (103,133,125). Sum of RGB (Red+Green+Blue) = 103+133+125=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #67857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67857D is #987A82. Grayscale: #7B7B7B. Windows color (decimal): -9992835 or 8226151. OLE color: 8226151.

HSL color Cylindrical-coordinate representation of color #67857D: hue angle of 164º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67857D is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB103133125-
CMYK0.2300.060.48
HSL164º12.71%46.27%-
HSV(B)164º22.56%52.16%-
XYZ17.6821.1422.55-
YUV123.12129.06113.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=28.53%
G=36.84%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031331250.2300.060.4816412.7146.27
Hex67857D170630a4d2e
Octal1472051752706602441556
Binary1100111100001011111101101110110110000101001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67857D; }

 p { color: rgb(103,133,125); }

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

<style>
 a { background-color: #67857D; }

 a { background-color: rgb(103,133,125); }

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

<style>
 span { border-color: #67857D; }

 span { border-color: rgb(103,133,125); }

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