Html Css Color HEX #6E8960 Xanadu

📋 copy color: '#6E8960'

red 110 ◦ green 137 ◦ blue 96

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

Shades of Xanadu #6E8960

Tints of Xanadu #6E8960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

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

R = 32.07%
G = 39.94%
B = 27.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#6E8960 (or 0x6E8960) is known color: Xanadu. HEX triplet: 6E, 89 and 60. RGB value is (110,137,96). Sum of RGB (Red+Green+Blue) = 110+137+96=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8960 is #91769F. Grayscale: #7C7C7C. Windows color (decimal): -9533088 or 6326638. OLE color: 6326638.

HSL color Cylindrical-coordinate representation of color #6E8960: hue angle of 99.51º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E8960 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 96 -
CMYK 0.20 0 0.30 0.46
HSL 99.51º 0.18% 0.46% -
HSV(B) 99.51º 0.3% 0.54% -
XYZ 17.49 22.05 14.4 -
YUV 124.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 110 137 96 0.20 0 0.30 0.46 99.51 0.18 0.46
Hex 6E 89 60 14 0 1E 2E 64 12 2E
Octal 156 211 140 24 0 36 56 144 22 56
Binary 1101110 10001001 1100000 10100 0 11110 101110 1100100 10010 101110

Color Harmonies of #6E8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8960

Black with #6E8960

Text Example


Text Example

White with #6E8960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,96); }

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

background-color css

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

 a { background-color: rgb(110,137,96); }

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

border-color css

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

 span { border-color: rgb(110,137,96); }

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