Html Css Color HEX #6E9561 Xanadu

📋 copy color: '#6E9561'

red 110 ◦ green 149 ◦ blue 97

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

Shades of Xanadu #6E9561

Tints of Xanadu #6E9561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 30.9%
G = 41.85%
B = 27.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#6E9561 (or 0x6E9561) is known color: Xanadu. HEX triplet: 6E, 95 and 61. RGB value is (110,149,97). Sum of RGB (Red+Green+Blue) = 110+149+97=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9561 is #916A9E. Grayscale: #838383. Windows color (decimal): -9530015 or 6395246. OLE color: 6395246.

HSL color Cylindrical-coordinate representation of color #6E9561: hue angle of 105º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E9561 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 149 97 -
CMYK 0.26 0 0.35 0.42
HSL 105º 0.21% 0.48% -
HSV(B) 105º 0.35% 0.58% -
XYZ 19.34 25.67 15.25 -
YUV 131.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 110 149 97 0.26 0 0.35 0.42 105 0.21 0.48
Hex 6E 95 61 1A 0 23 2A 69 15 30
Octal 156 225 141 32 0 43 52 151 25 60
Binary 1101110 10010101 1100001 11010 0 100011 101010 1101001 10101 110000

Color Harmonies of #6E9561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9561

Black with #6E9561

Text Example


Text Example

White with #6E9561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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