Html Css Color HEX #6C8A61 Xanadu

📋 copy color: '#6C8A61'

red 108 ◦ green 138 ◦ blue 97

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

Shades of Xanadu #6C8A61

Tints of Xanadu #6C8A61

RGB

 RED value IS 108 (42.58% from 255) = 31.49%

 GREEN value IS 138 (54.3% from 255) = 40.23%

 BLUE value IS 97 (38.28% from 255) = 28.28%

R = 31.49%
G = 40.23%
B = 28.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#6C8A61 (or 0x6C8A61) is known color: Xanadu. HEX triplet: 6C, 8A and 61. RGB value is (108,138,97). Sum of RGB (Red+Green+Blue) = 108+138+97=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A61 is #93759E. Grayscale: #7C7C7C. Windows color (decimal): -9663903 or 6392428. OLE color: 6392428.

HSL color Cylindrical-coordinate representation of color #6C8A61: hue angle of 103.9º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C8A61 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 138 97 -
CMYK 0.22 0 0.30 0.46
HSL 103.9º 0.17% 0.46% -
HSV(B) 103.9º 0.3% 0.54% -
XYZ 17.43 22.23 14.68 -
YUV 124.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 108 138 97 0.22 0 0.30 0.46 103.9 0.17 0.46
Hex 6C 8A 61 16 0 1E 2E 68 11 2E
Octal 154 212 141 26 0 36 56 150 21 56
Binary 1101100 10001010 1100001 10110 0 11110 101110 1101000 10001 101110

Color Harmonies of #6C8A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8A61

Black with #6C8A61

Text Example


Text Example

White with #6C8A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,138,97); }

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

background-color css

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

 a { background-color: rgb(108,138,97); }

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

border-color css

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

 span { border-color: rgb(108,138,97); }

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