Html Css Color HEX #6C8765 Xanadu

📋 copy color: '#6C8765'

red 108 ◦ green 135 ◦ blue 101

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

Shades of Xanadu #6C8765

Tints of Xanadu #6C8765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 31.4%
G = 39.24%
B = 29.36%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#6C8765 (or 0x6C8765) is known color: Xanadu. HEX triplet: 6C, 87 and 65. RGB value is (108,135,101). Sum of RGB (Red+Green+Blue) = 108+135+101=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8765 is #93789A. Grayscale: #7B7B7B. Windows color (decimal): -9664667 or 6653804. OLE color: 6653804.

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

Color convert

RGB 108 135 101 -
CMYK 0.2 0 0.25 0.47
HSL 107.65º 0.14% 0.46% -
HSV(B) 107.65º 0.25% 0.53% -
XYZ 17.2 21.46 15.55 -
YUV 123.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 108 135 101 0.2 0 0.25 0.47 107.65 0.14 0.46
Hex 6C 87 65 14 0 19 2F 6C E 2E
Octal 154 207 145 24 0 31 57 154 16 56
Binary 1101100 10000111 1100101 10100 0 11001 101111 1101100 1110 101110

Color Harmonies of #6C8765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8765

Black with #6C8765

Text Example


Text Example

White with #6C8765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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