#6A9381

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

Shades of Patina #6A9381

Tints of Patina #6A9381

Color information

#6A9381 (or 0x6A9381) is unknown color: approx Patina. HEX triplet: 6A, 93 and 81. RGB value is (106,147,129). Sum of RGB (Red+Green+Blue) = 106+147+129=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9381 is #956C7E. Grayscale: #848484. Windows color (decimal): -9792639 or 8491882. OLE color: 8491882.

HSL color Cylindrical-coordinate representation of color #6A9381: hue angle of 153.66º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9381 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB106147129-
CMYK0.2800.120.42
HSL153.66º16.21%49.61%-
HSV(B)153.66º27.89%57.65%-
XYZ20.3425.5224.62-
YUV132.69125.92108.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 129 (50.78% from 255) = 33.77%
R=27.75%
G=38.48%
B=33.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471290.2800.120.42153.6616.2149.61
Hex6A93811C0C2A9a1032
Octal15222320134014522322062
Binary1101010100100111000000111100011001010101001101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,129); }

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

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

 a { background-color: rgb(106,147,129); }

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

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

 span { border-color: rgb(106,147,129); }

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