Html Css Color HEX #6D9B84 Patina

📋 copy color: '#6D9B84'

red 109 ◦ green 155 ◦ blue 132

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

Shades of Patina #6D9B84

Tints of Patina #6D9B84

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.14%

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 27.53%
G = 39.14%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#6D9B84 (or 0x6D9B84) is known color: Patina. HEX triplet: 6D, 9B and 84. RGB value is (109,155,132). Sum of RGB (Red+Green+Blue) = 109+155+132=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9B84 is #92647B. Grayscale: #8A8A8A. Windows color (decimal): -9593980 or 8690541. OLE color: 8690541.

HSL color Cylindrical-coordinate representation of color #6D9B84: hue angle of 150º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B84 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 155 132 -
CMYK 0.30 0 0.15 0.39
HSL 150º 0.19% 0.52% -
HSV(B) 150º 0.3% 0.61% -
XYZ 22.19 28.36 26.13 -
YUV 138.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 109 155 132 0.30 0 0.15 0.39 150 0.19 0.52
Hex 6D 9B 84 1E 0 F 27 96 13 34
Octal 155 233 204 36 0 17 47 226 23 64
Binary 1101101 10011011 10000100 11110 0 1111 100111 10010110 10011 110100

Color Harmonies of #6D9B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9B84

Black with #6D9B84

Text Example


Text Example

White with #6D9B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,155,132); }

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

background-color css

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

 a { background-color: rgb(109,155,132); }

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

border-color css

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

 span { border-color: rgb(109,155,132); }

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