Html Css Color HEX #6E9463 Xanadu

📋 copy color: '#6E9463'

red 110 ◦ green 148 ◦ blue 99

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

Shades of Xanadu #6E9463

Tints of Xanadu #6E9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 30.81%
G = 41.46%
B = 27.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#6E9463 (or 0x6E9463) is known color: Xanadu. HEX triplet: 6E, 94 and 63. RGB value is (110,148,99). Sum of RGB (Red+Green+Blue) = 110+148+99=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9463 is #916B9C. Grayscale: #838383. Windows color (decimal): -9530269 or 6526062. OLE color: 6526062.

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

Color convert

RGB 110 148 99 -
CMYK 0.26 0 0.33 0.42
HSL 106.53º 0.2% 0.48% -
HSV(B) 106.53º 0.33% 0.58% -
XYZ 19.27 25.4 15.69 -
YUV 131.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 110 148 99 0.26 0 0.33 0.42 106.53 0.2 0.48
Hex 6E 94 63 1A 0 21 2A 6B 14 30
Octal 156 224 143 32 0 41 52 153 24 60
Binary 1101110 10010100 1100011 11010 0 100001 101010 1101011 10100 110000

Color Harmonies of #6E9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9463

Black with #6E9463

Text Example


Text Example

White with #6E9463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,99); }

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

background-color css

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

 a { background-color: rgb(110,148,99); }

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

border-color css

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

 span { border-color: rgb(110,148,99); }

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