Html Css Color HEX #6A957F Patina

📋 copy color: '#6A957F'

red 106 ◦ green 149 ◦ blue 127

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

Shades of Patina #6A957F

Tints of Patina #6A957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.01%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 27.75%
G = 39.01%
B = 33.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#6A957F (or 0x6A957F) is known color: Patina. HEX triplet: 6A, 95 and 7F. RGB value is (106,149,127). Sum of RGB (Red+Green+Blue) = 106+149+127=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #6A957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A957F is #956A80. Grayscale: #858585. Windows color (decimal): -9792129 or 8361322. OLE color: 8361322.

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

Color convert

RGB 106 149 127 -
CMYK 0.29 0 0.15 0.42
HSL 149.3º 0.17% 0.5% -
HSV(B) 149.3º 0.29% 0.58% -
XYZ 20.52 26.09 24.03 -
YUV 133.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 106 149 127 0.29 0 0.15 0.42 149.3 0.17 0.5
Hex 6A 95 7F 1D 0 F 2A 95 11 32
Octal 152 225 177 35 0 17 52 225 21 62
Binary 1101010 10010101 1111111 11101 0 1111 101010 10010101 10001 110010

Color Harmonies of #6A957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A957F

Black with #6A957F

Text Example


Text Example

White with #6A957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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