#6A927F

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

Shades of Patina #6A927F

Tints of Patina #6A927F

Color information

#6A927F (or 0x6A927F) is unknown color: approx Patina. HEX triplet: 6A, 92 and 7F. RGB value is (106,146,127). Sum of RGB (Red+Green+Blue) = 106+146+127=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #6A927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A927F is #956D80. Grayscale: #838383. Windows color (decimal): -9792897 or 8360554. OLE color: 8360554.

HSL color Cylindrical-coordinate representation of color #6A927F: hue angle of 151.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A927F is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB106146127-
CMYK0.2700.130.43
HSL151.5º15.87%49.41%-
HSV(B)151.5º27.4%57.25%-
XYZ20.0525.1523.88-
YUV131.87125.25109.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 127 (50% from 255) = 33.51%
R=27.97%
G=38.52%
B=33.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061461270.2700.130.43151.515.8749.41
Hex6A927F1B0D2B981031
Octal15222217733015532302061
Binary110101010010010111111111011011011010111001100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,146,127); }

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

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

 a { background-color: rgb(106,146,127); }

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

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

 span { border-color: rgb(106,146,127); }

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