Html Css Color HEX #6A917F Patina

📋 copy color: '#6A917F'

red 106 ◦ green 145 ◦ blue 127

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

Shades of Patina #6A917F

Tints of Patina #6A917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

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

R = 28.04%
G = 38.36%
B = 33.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#6A917F (or 0x6A917F) is known color: Patina. HEX triplet: 6A, 91 and 7F. RGB value is (106,145,127). Sum of RGB (Red+Green+Blue) = 106+145+127=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #6A917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A917F is #956E80. Grayscale: #838383. Windows color (decimal): -9793153 or 8360298. OLE color: 8360298.

HSL color Cylindrical-coordinate representation of color #6A917F: hue angle of 152.31º 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 #6A917F is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 127 -
CMYK 0.27 0 0.12 0.43
HSL 152.31º 0.16% 0.49% -
HSV(B) 152.31º 0.27% 0.57% -
XYZ 19.9 24.85 23.83 -
YUV 131.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 106 145 127 0.27 0 0.12 0.43 152.31 0.16 0.49
Hex 6A 91 7F 1B 0 C 2B 98 10 31
Octal 152 221 177 33 0 14 53 230 20 61
Binary 1101010 10010001 1111111 11011 0 1100 101011 10011000 10000 110001

Color Harmonies of #6A917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A917F

Black with #6A917F

Text Example


Text Example

White with #6A917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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