Html Css Color HEX #6F887F Patina

📋 copy color: '#6F887F'

red 111 ◦ green 136 ◦ blue 127

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

Shades of Patina #6F887F

Tints of Patina #6F887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 29.68%
G = 36.36%
B = 33.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#6F887F (or 0x6F887F) is known color: Patina. HEX triplet: 6F, 88 and 7F. RGB value is (111,136,127). Sum of RGB (Red+Green+Blue) = 111+136+127=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #6F887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F887F is #907780. Grayscale: #7F7F7F. Windows color (decimal): -9467777 or 8357999. OLE color: 8357999.

HSL color Cylindrical-coordinate representation of color #6F887F: hue angle of 158.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F887F is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 136 127 -
CMYK 0.18 0 0.07 0.47
HSL 158.4º 0.1% 0.48% -
HSV(B) 158.4º 0.18% 0.53% -
XYZ 19.19 22.52 23.41 -
YUV 127.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 111 136 127 0.18 0 0.07 0.47 158.4 0.1 0.48
Hex 6F 88 7F 12 0 7 2F 9E A 30
Octal 157 210 177 22 0 7 57 236 12 60
Binary 1101111 10001000 1111111 10010 0 111 101111 10011110 1010 110000

Color Harmonies of #6F887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F887F

Black with #6F887F

Text Example


Text Example

White with #6F887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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