#6F936A

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

Shades of Xanadu #6F936A

Tints of Xanadu #6F936A

Color information

#6F936A (or 0x6F936A) is unknown color: approx Xanadu. HEX triplet: 6F, 93 and 6A. RGB value is (111,147,106). Sum of RGB (Red+Green+Blue) = 111+147+106=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936A is #906C95. Grayscale: #838383. Windows color (decimal): -9464982 or 6984559. OLE color: 6984559.

HSL color Cylindrical-coordinate representation of color #6F936A: hue angle of 112.68º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F936A is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB111147106-
CMYK0.2400.280.42
HSL112.68º16.21%49.61%-
HSV(B)112.68º27.89%57.65%-
XYZ19.5925.2917.48-
YUV131.56113.57113.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.49%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=30.49%
G=40.38%
B=29.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471060.2400.280.42112.6816.2149.61
Hex6F936A1801C2A711032
Octal15722315230034521612062
Binary110111110010011110101011000011100101010111000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,106); }

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

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

 a { background-color: rgb(111,147,106); }

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

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

 span { border-color: rgb(111,147,106); }

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