Html Css Color HEX #6D9262 Xanadu

📋 copy color: '#6D9262'

red 109 ◦ green 146 ◦ blue 98

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

Shades of Xanadu #6D9262

Tints of Xanadu #6D9262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 30.88%
G = 41.36%
B = 27.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#6D9262 (or 0x6D9262) is known color: Xanadu. HEX triplet: 6D, 92 and 62. RGB value is (109,146,98). Sum of RGB (Red+Green+Blue) = 109+146+98=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9262 is #926D9D. Grayscale: #818181. Windows color (decimal): -9596318 or 6460013. OLE color: 6460013.

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

Color convert

RGB 109 146 98 -
CMYK 0.25 0 0.33 0.43
HSL 106.25º 0.2% 0.48% -
HSV(B) 106.25º 0.33% 0.57% -
XYZ 18.79 24.69 15.33 -
YUV 129.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 109 146 98 0.25 0 0.33 0.43 106.25 0.2 0.48
Hex 6D 92 62 19 0 21 2B 6A 14 30
Octal 155 222 142 31 0 41 53 152 24 60
Binary 1101101 10010010 1100010 11001 0 100001 101011 1101010 10100 110000

Color Harmonies of #6D9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9262

Black with #6D9262

Text Example


Text Example

White with #6D9262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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