Html Css Color HEX #6D877F Patina

📋 copy color: '#6D877F'

red 109 ◦ green 135 ◦ blue 127

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

Shades of Patina #6D877F

Tints of Patina #6D877F

RGB

 RED value IS 109 (42.97% from 255) = 29.38%

 GREEN value IS 135 (53.13% from 255) = 36.39%

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

R = 29.38%
G = 36.39%
B = 34.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#6D877F (or 0x6D877F) is known color: Patina. HEX triplet: 6D, 87 and 7F. RGB value is (109,135,127). Sum of RGB (Red+Green+Blue) = 109+135+127=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #6D877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D877F is #927880. Grayscale: #7E7E7E. Windows color (decimal): -9599105 or 8357741. OLE color: 8357741.

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

Color convert

RGB 109 135 127 -
CMYK 0.19 0 0.06 0.47
HSL 161.54º 0.11% 0.48% -
HSV(B) 161.54º 0.19% 0.53% -
XYZ 18.8 22.11 23.36 -
YUV 126.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 109 135 127 0.19 0 0.06 0.47 161.54 0.11 0.48
Hex 6D 87 7F 13 0 6 2F A2 B 30
Octal 155 207 177 23 0 6 57 242 13 60
Binary 1101101 10000111 1111111 10011 0 110 101111 10100010 1011 110000

Color Harmonies of #6D877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D877F

Black with #6D877F

Text Example


Text Example

White with #6D877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,135,127); }

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

background-color css

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

 a { background-color: rgb(109,135,127); }

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

border-color css

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

 span { border-color: rgb(109,135,127); }

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