Html Css Color HEX #6D9160 Xanadu

📋 copy color: '#6D9160'

red 109 ◦ green 145 ◦ blue 96

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

Shades of Xanadu #6D9160

Tints of Xanadu #6D9160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 31.14%
G = 41.43%
B = 27.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#6D9160 (or 0x6D9160) is known color: Xanadu. HEX triplet: 6D, 91 and 60. RGB value is (109,145,96). Sum of RGB (Red+Green+Blue) = 109+145+96=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9160 is #926E9F. Grayscale: #808080. Windows color (decimal): -9596576 or 6328685. OLE color: 6328685.

HSL color Cylindrical-coordinate representation of color #6D9160: hue angle of 104.08º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D9160 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 96 -
CMYK 0.25 0 0.34 0.43
HSL 104.08º 0.2% 0.47% -
HSV(B) 104.08º 0.34% 0.57% -
XYZ 18.54 24.35 14.79 -
YUV 128.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 109 145 96 0.25 0 0.34 0.43 104.08 0.2 0.47
Hex 6D 91 60 19 0 22 2B 68 14 2F
Octal 155 221 140 31 0 42 53 150 24 57
Binary 1101101 10010001 1100000 11001 0 100010 101011 1101000 10100 101111

Color Harmonies of #6D9160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9160

Black with #6D9160

Text Example


Text Example

White with #6D9160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,96); }

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

background-color css

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

 a { background-color: rgb(109,145,96); }

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

border-color css

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

 span { border-color: rgb(109,145,96); }

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