Html Css Color HEX #6F897F Patina

📋 copy color: '#6F897F'

red 111 ◦ green 137 ◦ blue 127

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

Shades of Patina #6F897F

Tints of Patina #6F897F

RGB

 RED value IS 111 (43.75% from 255) = 29.6%

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 29.6%
G = 36.53%
B = 33.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#6F897F (or 0x6F897F) is known color: Patina. HEX triplet: 6F, 89 and 7F. RGB value is (111,137,127). Sum of RGB (Red+Green+Blue) = 111+137+127=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #6F897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F897F is #907680. Grayscale: #808080. Windows color (decimal): -9467521 or 8358255. OLE color: 8358255.

HSL color Cylindrical-coordinate representation of color #6F897F: hue angle of 156.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F897F is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 127 -
CMYK 0.19 0 0.07 0.46
HSL 156.92º 0.1% 0.49% -
HSV(B) 156.92º 0.19% 0.54% -
XYZ 19.33 22.8 23.46 -
YUV 128.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 111 137 127 0.19 0 0.07 0.46 156.92 0.1 0.49
Hex 6F 89 7F 13 0 7 2E 9D A 31
Octal 157 211 177 23 0 7 56 235 12 61
Binary 1101111 10001001 1111111 10011 0 111 101110 10011101 1010 110001

Color Harmonies of #6F897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F897F

Black with #6F897F

Text Example


Text Example

White with #6F897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,137,127); }

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

background-color css

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

 a { background-color: rgb(111,137,127); }

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

border-color css

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

 span { border-color: rgb(111,137,127); }

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