Html Css Color HEX #6E9469 Xanadu

📋 copy color: '#6E9469'

red 110 ◦ green 148 ◦ blue 105

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

Shades of Xanadu #6E9469

Tints of Xanadu #6E9469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 30.3%
G = 40.77%
B = 28.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#6E9469 (or 0x6E9469) is known color: Xanadu. HEX triplet: 6E, 94 and 69. RGB value is (110,148,105). Sum of RGB (Red+Green+Blue) = 110+148+105=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9469 is #916B96. Grayscale: #838383. Windows color (decimal): -9530263 or 6919278. OLE color: 6919278.

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

Color convert

RGB 110 148 105 -
CMYK 0.26 0 0.29 0.42
HSL 113.02º 0.17% 0.5% -
HSV(B) 113.02º 0.29% 0.58% -
XYZ 19.57 25.51 17.26 -
YUV 131.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 110 148 105 0.26 0 0.29 0.42 113.02 0.17 0.5
Hex 6E 94 69 1A 0 1D 2A 71 11 32
Octal 156 224 151 32 0 35 52 161 21 62
Binary 1101110 10010100 1101001 11010 0 11101 101010 1110001 10001 110010

Color Harmonies of #6E9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9469

Black with #6E9469

Text Example


Text Example

White with #6E9469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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