Html Css Color HEX #6A9A81 Patina

📋 copy color: '#6A9A81'

red 106 ◦ green 154 ◦ blue 129

#6A9A81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #6A9A81

Tints of Patina #6A9A81

RGB

 RED value IS 106 (41.8% from 255) = 27.25%

 GREEN value IS 154 (60.55% from 255) = 39.59%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 27.25%
G = 39.59%
B = 33.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#6A9A81 (or 0x6A9A81) is known color: Patina. HEX triplet: 6A, 9A and 81. RGB value is (106,154,129). Sum of RGB (Red+Green+Blue) = 106+154+129=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9A81 is #95657E. Grayscale: #888888. Windows color (decimal): -9790847 or 8493674. OLE color: 8493674.

HSL color Cylindrical-coordinate representation of color #6A9A81: hue angle of 148.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9A81 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 154 129 -
CMYK 0.31 0 0.16 0.40
HSL 148.75º 0.19% 0.51% -
HSV(B) 148.75º 0.31% 0.6% -
XYZ 21.46 27.76 25 -
YUV 136.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 106 154 129 0.31 0 0.16 0.40 148.75 0.19 0.51
Hex 6A 9A 81 1F 0 10 28 95 13 33
Octal 152 232 201 37 0 20 50 225 23 63
Binary 1101010 10011010 10000001 11111 0 10000 101000 10010101 10011 110011

Color Harmonies of #6A9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9A81

Black with #6A9A81

Text Example


Text Example

White with #6A9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A9A81;
 }
 .AnyTagClassName
 {
   color: #6A9A81;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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