Html Css Color HEX #6B877F Patina

📋 copy color: '#6B877F'

red 107 ◦ green 135 ◦ blue 127

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

Shades of Patina #6B877F

Tints of Patina #6B877F

RGB

 RED value IS 107 (42.19% from 255) = 29%

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

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

R = 29%
G = 36.59%
B = 34.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#6B877F (or 0x6B877F) is known color: Patina. HEX triplet: 6B, 87 and 7F. RGB value is (107,135,127). Sum of RGB (Red+Green+Blue) = 107+135+127=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #6B877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B877F is #947880. Grayscale: #7D7D7D. Windows color (decimal): -9730177 or 8357739. OLE color: 8357739.

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

Color convert

RGB 107 135 127 -
CMYK 0.21 0 0.06 0.47
HSL 162.86º 0.12% 0.47% -
HSV(B) 162.86º 0.21% 0.53% -
XYZ 18.56 21.99 23.34 -
YUV 125.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 107 135 127 0.21 0 0.06 0.47 162.86 0.12 0.47
Hex 6B 87 7F 15 0 6 2F A3 C 2F
Octal 153 207 177 25 0 6 57 243 14 57
Binary 1101011 10000111 1111111 10101 0 110 101111 10100011 1100 101111

Color Harmonies of #6B877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B877F

Black with #6B877F

Text Example


Text Example

White with #6B877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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