Html Css Color HEX #6D8B66 Xanadu

📋 copy color: '#6D8B66'

red 109 ◦ green 139 ◦ blue 102

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

Shades of Xanadu #6D8B66

Tints of Xanadu #6D8B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.71%

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

R = 31.14%
G = 39.71%
B = 29.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#6D8B66 (or 0x6D8B66) is known color: Xanadu. HEX triplet: 6D, 8B and 66. RGB value is (109,139,102). Sum of RGB (Red+Green+Blue) = 109+139+102=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B66 is #927499. Grayscale: #7D7D7D. Windows color (decimal): -9598106 or 6720365. OLE color: 6720365.

HSL color Cylindrical-coordinate representation of color #6D8B66: hue angle of 108.65º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D8B66 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 139 102 -
CMYK 0.22 0 0.27 0.45
HSL 108.65º 0.15% 0.47% -
HSV(B) 108.65º 0.27% 0.55% -
XYZ 17.94 22.68 16 -
YUV 125.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 109 139 102 0.22 0 0.27 0.45 108.65 0.15 0.47
Hex 6D 8B 66 16 0 1B 2D 6D F 2F
Octal 155 213 146 26 0 33 55 155 17 57
Binary 1101101 10001011 1100110 10110 0 11011 101101 1101101 1111 101111

Color Harmonies of #6D8B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8B66

Black with #6D8B66

Text Example


Text Example

White with #6D8B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,139,102); }

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

background-color css

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

 a { background-color: rgb(109,139,102); }

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

border-color css

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

 span { border-color: rgb(109,139,102); }

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