Html Css Color HEX #6C8865 Xanadu

📋 copy color: '#6C8865'

red 108 ◦ green 136 ◦ blue 101

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

Shades of Xanadu #6C8865

Tints of Xanadu #6C8865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 31.3%
G = 39.42%
B = 29.28%

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

#6C8865 (or 0x6C8865) is known color: Xanadu. HEX triplet: 6C, 88 and 65. RGB value is (108,136,101). Sum of RGB (Red+Green+Blue) = 108+136+101=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8865 is #93779A. Grayscale: #7B7B7B. Windows color (decimal): -9664411 or 6654060. OLE color: 6654060.

HSL color Cylindrical-coordinate representation of color #6C8865: hue angle of 108º 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 #6C8865 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 136 101 -
CMYK 0.21 0 0.26 0.47
HSL 108º 0.15% 0.46% -
HSV(B) 108º 0.26% 0.53% -
XYZ 17.34 21.74 15.59 -
YUV 123.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 108 136 101 0.21 0 0.26 0.47 108 0.15 0.46
Hex 6C 88 65 15 0 1A 2F 6C F 2E
Octal 154 210 145 25 0 32 57 154 17 56
Binary 1101100 10001000 1100101 10101 0 11010 101111 1101100 1111 101110

Color Harmonies of #6C8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8865

Black with #6C8865

Text Example


Text Example

White with #6C8865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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