Html Css Color HEX #6E9261 Xanadu

📋 copy color: '#6E9261'

red 110 ◦ green 146 ◦ blue 97

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

Shades of Xanadu #6E9261

Tints of Xanadu #6E9261

RGB

 RED value IS 110 (43.36% from 255) = 31.16%

 GREEN value IS 146 (57.42% from 255) = 41.36%

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 31.16%
G = 41.36%
B = 27.48%

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

#6E9261 (or 0x6E9261) is known color: Xanadu. HEX triplet: 6E, 92 and 61. RGB value is (110,146,97). Sum of RGB (Red+Green+Blue) = 110+146+97=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9261 is #916D9E. Grayscale: #818181. Windows color (decimal): -9530783 or 6394478. OLE color: 6394478.

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

Color convert

RGB 110 146 97 -
CMYK 0.25 0 0.34 0.43
HSL 104.08º 0.2% 0.48% -
HSV(B) 104.08º 0.34% 0.57% -
XYZ 18.87 24.74 15.09 -
YUV 129.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 110 146 97 0.25 0 0.34 0.43 104.08 0.2 0.48
Hex 6E 92 61 19 0 22 2B 68 14 30
Octal 156 222 141 31 0 42 53 150 24 60
Binary 1101110 10010010 1100001 11001 0 100010 101011 1101000 10100 110000

Color Harmonies of #6E9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9261

Black with #6E9261

Text Example


Text Example

White with #6E9261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,97); }

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

background-color css

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

 a { background-color: rgb(110,146,97); }

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

border-color css

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

 span { border-color: rgb(110,146,97); }

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