Html Css Color HEX #6E9269 Xanadu

📋 copy color: '#6E9269'

red 110 ◦ green 146 ◦ blue 105

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

Shades of Xanadu #6E9269

Tints of Xanadu #6E9269

RGB

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

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

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

R = 30.47%
G = 40.44%
B = 29.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#6E9269 (or 0x6E9269) is known color: Xanadu. HEX triplet: 6E, 92 and 69. RGB value is (110,146,105). Sum of RGB (Red+Green+Blue) = 110+146+105=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9269 is #916D96. Grayscale: #828282. Windows color (decimal): -9530775 or 6918766. OLE color: 6918766.

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

Color convert

RGB 110 146 105 -
CMYK 0.25 0 0.28 0.43
HSL 112.68º 0.16% 0.49% -
HSV(B) 112.68º 0.28% 0.57% -
XYZ 19.26 24.89 17.15 -
YUV 130.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 110 146 105 0.25 0 0.28 0.43 112.68 0.16 0.49
Hex 6E 92 69 19 0 1C 2B 71 10 31
Octal 156 222 151 31 0 34 53 161 20 61
Binary 1101110 10010010 1101001 11001 0 11100 101011 1110001 10000 110001

Color Harmonies of #6E9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9269

Black with #6E9269

Text Example


Text Example

White with #6E9269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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