Html Css Color HEX #6C8864 Xanadu

📋 copy color: '#6C8864'

red 108 ◦ green 136 ◦ blue 100

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

Shades of Xanadu #6C8864

Tints of Xanadu #6C8864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 31.4%
G = 39.53%
B = 29.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#6C8864 (or 0x6C8864) is known color: Xanadu. HEX triplet: 6C, 88 and 64. RGB value is (108,136,100). Sum of RGB (Red+Green+Blue) = 108+136+100=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8864 is #93779B. Grayscale: #7B7B7B. Windows color (decimal): -9664412 or 6588524. OLE color: 6588524.

HSL color Cylindrical-coordinate representation of color #6C8864: hue angle of 106.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C8864 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 136 100 -
CMYK 0.21 0 0.26 0.47
HSL 106.67º 0.15% 0.46% -
HSV(B) 106.67º 0.26% 0.53% -
XYZ 17.29 21.72 15.34 -
YUV 123.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 108 136 100 0.21 0 0.26 0.47 106.67 0.15 0.46
Hex 6C 88 64 15 0 1A 2F 6B F 2E
Octal 154 210 144 25 0 32 57 153 17 56
Binary 1101100 10001000 1100100 10101 0 11010 101111 1101011 1111 101110

Color Harmonies of #6C8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8864

Black with #6C8864

Text Example


Text Example

White with #6C8864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,136,100); }

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

background-color css

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

 a { background-color: rgb(108,136,100); }

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

border-color css

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

 span { border-color: rgb(108,136,100); }

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