Html Css Color HEX #6E9266 Xanadu

📋 copy color: '#6E9266'

red 110 ◦ green 146 ◦ blue 102

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

Shades of Xanadu #6E9266

Tints of Xanadu #6E9266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 30.73%
G = 40.78%
B = 28.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#6E9266 (or 0x6E9266) is known color: Xanadu. HEX triplet: 6E, 92 and 66. RGB value is (110,146,102). Sum of RGB (Red+Green+Blue) = 110+146+102=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9266 is #916D99. Grayscale: #828282. Windows color (decimal): -9530778 or 6722158. OLE color: 6722158.

HSL color Cylindrical-coordinate representation of color #6E9266: hue angle of 109.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9266 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 102 -
CMYK 0.25 0 0.30 0.43
HSL 109.09º 0.18% 0.49% -
HSV(B) 109.09º 0.3% 0.57% -
XYZ 19.11 24.83 16.36 -
YUV 130.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 110 146 102 0.25 0 0.30 0.43 109.09 0.18 0.49
Hex 6E 92 66 19 0 1E 2B 6D 12 31
Octal 156 222 146 31 0 36 53 155 22 61
Binary 1101110 10010010 1100110 11001 0 11110 101011 1101101 10010 110001

Color Harmonies of #6E9266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9266

Black with #6E9266

Text Example


Text Example

White with #6E9266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,102); }

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

background-color css

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

 a { background-color: rgb(110,146,102); }

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

border-color css

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

 span { border-color: rgb(110,146,102); }

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