Html Css Color HEX #6E8B5E Xanadu

📋 copy color: '#6E8B5E'

red 110 ◦ green 139 ◦ blue 94

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

Shades of Xanadu #6E8B5E

Tints of Xanadu #6E8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 32.07%
G = 40.52%
B = 27.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#6E8B5E (or 0x6E8B5E) is known color: Xanadu. HEX triplet: 6E, 8B and 5E. RGB value is (110,139,94). Sum of RGB (Red+Green+Blue) = 110+139+94=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8B5E is #9174A1. Grayscale: #7D7D7D. Windows color (decimal): -9532578 or 6196078. OLE color: 6196078.

HSL color Cylindrical-coordinate representation of color #6E8B5E: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E8B5E is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 139 94 -
CMYK 0.21 0 0.32 0.45
HSL 98.67º 0.19% 0.46% -
HSV(B) 98.67º 0.32% 0.55% -
XYZ 17.68 22.59 14.02 -
YUV 125.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 110 139 94 0.21 0 0.32 0.45 98.67 0.19 0.46
Hex 6E 8B 5E 15 0 20 2D 63 13 2E
Octal 156 213 136 25 0 40 55 143 23 56
Binary 1101110 10001011 1011110 10101 0 100000 101101 1100011 10011 101110

Color Harmonies of #6E8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8B5E

Black with #6E8B5E

Text Example


Text Example

White with #6E8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,139,94); }

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

background-color css

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

 a { background-color: rgb(110,139,94); }

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

border-color css

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

 span { border-color: rgb(110,139,94); }

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