Html Css Color HEX #6E8968 Xanadu

📋 copy color: '#6E8968'

red 110 ◦ green 137 ◦ blue 104

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

Shades of Xanadu #6E8968

Tints of Xanadu #6E8968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 31.34%
G = 39.03%
B = 29.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#6E8968 (or 0x6E8968) is known color: Xanadu. HEX triplet: 6E, 89 and 68. RGB value is (110,137,104). Sum of RGB (Red+Green+Blue) = 110+137+104=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8968 is #917697. Grayscale: #7D7D7D. Windows color (decimal): -9533080 or 6850926. OLE color: 6850926.

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

Color convert

RGB 110 137 104 -
CMYK 0.20 0 0.24 0.46
HSL 109.09º 0.14% 0.47% -
HSV(B) 109.09º 0.24% 0.54% -
XYZ 17.87 22.21 16.44 -
YUV 125.17 116.05 117.18 -
System Red Green Blue C M Y K H S L
Decimal 110 137 104 0.20 0 0.24 0.46 109.09 0.14 0.47
Hex 6E 89 68 14 0 18 2E 6D E 2F
Octal 156 211 150 24 0 30 56 155 16 57
Binary 1101110 10001001 1101000 10100 0 11000 101110 1101101 1110 101111

Color Harmonies of #6E8968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8968

Black with #6E8968

Text Example


Text Example

White with #6E8968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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