Html Css Color HEX #6C8D7F Patina

📋 copy color: '#6C8D7F'

red 108 ◦ green 141 ◦ blue 127

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

Shades of Patina #6C8D7F

Tints of Patina #6C8D7F

RGB

 RED value IS 108 (42.58% from 255) = 28.72%

 GREEN value IS 141 (55.47% from 255) = 37.5%

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

R = 28.72%
G = 37.5%
B = 33.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#6C8D7F (or 0x6C8D7F) is known color: Patina. HEX triplet: 6C, 8D and 7F. RGB value is (108,141,127). Sum of RGB (Red+Green+Blue) = 108+141+127=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8D7F is #937280. Grayscale: #818181. Windows color (decimal): -9663105 or 8359276. OLE color: 8359276.

HSL color Cylindrical-coordinate representation of color #6C8D7F: hue angle of 154.55º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8D7F is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 141 127 -
CMYK 0.23 0 0.10 0.45
HSL 154.55º 0.13% 0.49% -
HSV(B) 154.55º 0.23% 0.55% -
XYZ 19.54 23.77 23.64 -
YUV 129.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 108 141 127 0.23 0 0.10 0.45 154.55 0.13 0.49
Hex 6C 8D 7F 17 0 A 2D 9B D 31
Octal 154 215 177 27 0 12 55 233 15 61
Binary 1101100 10001101 1111111 10111 0 1010 101101 10011011 1101 110001

Color Harmonies of #6C8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8D7F

Black with #6C8D7F

Text Example


Text Example

White with #6C8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,141,127); }

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

background-color css

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

 a { background-color: rgb(108,141,127); }

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

border-color css

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

 span { border-color: rgb(108,141,127); }

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