#6F8B64

Color #6F8B64 Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #6F8B64

Tints of Xanadu #6F8B64

Color information

#6F8B64 (or 0x6F8B64) is unknown color: approx Xanadu. HEX triplet: 6F, 8B and 64. RGB value is (111,139,100). Sum of RGB (Red+Green+Blue) = 111+139+100=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8B64 is #90749B. Grayscale: #7E7E7E. Windows color (decimal): -9467036 or 6589295. OLE color: 6589295.

HSL color Cylindrical-coordinate representation of color #6F8B64: hue angle of 103.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F8B64 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB111139100-
CMYK0.2000.280.45
HSL103.08º16.32%46.86%-
HSV(B)103.08º28.06%54.51%-
XYZ18.0922.7615.5-
YUV126.18113.22117.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=31.71%
G=39.71%
B=28.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111391000.2000.280.45103.0816.3246.86
Hex6F8B641401C2D67102f
Octal15721314424034551472057
Binary110111110001011110010010100011100101101110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,139,100); }

 H1.HeaderClassName
 {
   color: #6F8B64;
 }
 .AnyTagClassName
 {
   color: #6F8B64;
 }
</style>
background-color css

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

 a { background-color: rgb(111,139,100); }

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

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

 span { border-color: rgb(111,139,100); }

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