Html Css Color HEX #6C8B60 Xanadu

📋 copy color: '#6C8B60'

red 108 ◦ green 139 ◦ blue 96

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

Shades of Xanadu #6C8B60

Tints of Xanadu #6C8B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 31.49%
G = 40.52%
B = 27.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#6C8B60 (or 0x6C8B60) is known color: Xanadu. HEX triplet: 6C, 8B and 60. RGB value is (108,139,96). Sum of RGB (Red+Green+Blue) = 108+139+96=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8B60 is #93749F. Grayscale: #7C7C7C. Windows color (decimal): -9663648 or 6327148. OLE color: 6327148.

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

Color convert

RGB 108 139 96 -
CMYK 0.22 0 0.31 0.45
HSL 103.26º 0.18% 0.46% -
HSV(B) 103.26º 0.31% 0.55% -
XYZ 17.53 22.5 14.49 -
YUV 124.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 108 139 96 0.22 0 0.31 0.45 103.26 0.18 0.46
Hex 6C 8B 60 16 0 1F 2D 67 12 2E
Octal 154 213 140 26 0 37 55 147 22 56
Binary 1101100 10001011 1100000 10110 0 11111 101101 1100111 10010 101110

Color Harmonies of #6C8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8B60

Black with #6C8B60

Text Example


Text Example

White with #6C8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,139,96); }

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

background-color css

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

 a { background-color: rgb(108,139,96); }

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

border-color css

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

 span { border-color: rgb(108,139,96); }

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