Html Css Color HEX #6A887F Patina

📋 copy color: '#6A887F'

red 106 ◦ green 136 ◦ blue 127

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

Shades of Patina #6A887F

Tints of Patina #6A887F

RGB

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

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

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

R = 28.73%
G = 36.86%
B = 34.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#6A887F (or 0x6A887F) is known color: Patina. HEX triplet: 6A, 88 and 7F. RGB value is (106,136,127). Sum of RGB (Red+Green+Blue) = 106+136+127=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #6A887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A887F is #957780. Grayscale: #7E7E7E. Windows color (decimal): -9795457 or 8357994. OLE color: 8357994.

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

Color convert

RGB 106 136 127 -
CMYK 0.22 0 0.07 0.47
HSL 162º 0.12% 0.47% -
HSV(B) 162º 0.22% 0.53% -
XYZ 18.58 22.2 23.39 -
YUV 126 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 106 136 127 0.22 0 0.07 0.47 162 0.12 0.47
Hex 6A 88 7F 16 0 7 2F A2 C 2F
Octal 152 210 177 26 0 7 57 242 14 57
Binary 1101010 10001000 1111111 10110 0 111 101111 10100010 1100 101111

Color Harmonies of #6A887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A887F

Black with #6A887F

Text Example


Text Example

White with #6A887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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