Html Css Color HEX #6D9268 Xanadu

📋 copy color: '#6D9268'

red 109 ◦ green 146 ◦ blue 104

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

Shades of Xanadu #6D9268

Tints of Xanadu #6D9268

RGB

 RED value IS 109 (42.97% from 255) = 30.36%

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

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

R = 30.36%
G = 40.67%
B = 28.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#6D9268 (or 0x6D9268) is known color: Xanadu. HEX triplet: 6D, 92 and 68. RGB value is (109,146,104). Sum of RGB (Red+Green+Blue) = 109+146+104=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9268 is #926D97. Grayscale: #828282. Windows color (decimal): -9596312 or 6853229. OLE color: 6853229.

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

Color convert

RGB 109 146 104 -
CMYK 0.25 0 0.29 0.43
HSL 112.86º 0.17% 0.49% -
HSV(B) 112.86º 0.29% 0.57% -
XYZ 19.08 24.81 16.88 -
YUV 130.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 109 146 104 0.25 0 0.29 0.43 112.86 0.17 0.49
Hex 6D 92 68 19 0 1D 2B 71 11 31
Octal 155 222 150 31 0 35 53 161 21 61
Binary 1101101 10010010 1101000 11001 0 11101 101011 1110001 10001 110001

Color Harmonies of #6D9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9268

Black with #6D9268

Text Example


Text Example

White with #6D9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,104); }

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

background-color css

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

 a { background-color: rgb(109,146,104); }

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

border-color css

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

 span { border-color: rgb(109,146,104); }

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