#6B867F

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

Shades of Patina #6B867F

Tints of Patina #6B867F

Color information

#6B867F (or 0x6B867F) is unknown color: approx Patina. HEX triplet: 6B, 86 and 7F. RGB value is (107,134,127). Sum of RGB (Red+Green+Blue) = 107+134+127=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #6B867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B867F is #947980. Grayscale: #7D7D7D. Windows color (decimal): -9730433 or 8357483. OLE color: 8357483.

HSL color Cylindrical-coordinate representation of color #6B867F: hue angle of 164.44º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B867F is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB107134127-
CMYK0.2000.050.47
HSL164.44º11.2%47.25%-
HSV(B)164.44º20.15%52.55%-
XYZ18.4221.7123.3-
YUV125.13129.05115.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.08%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 127 (50% from 255) = 34.51%
R=29.08%
G=36.41%
B=34.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071341270.2000.050.47164.4411.247.25
Hex6B867F14052Fa4b2f
Octal1532061772405572441357
Binary1101011100001101111111101000101101111101001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B867F; }

 p { color: rgb(107,134,127); }

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

<style>
 a { background-color: #6B867F; }

 a { background-color: rgb(107,134,127); }

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

<style>
 span { border-color: #6B867F; }

 span { border-color: rgb(107,134,127); }

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