#6F9369

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

Shades of Xanadu #6F9369

Tints of Xanadu #6F9369

Color information

#6F9369 (or 0x6F9369) is unknown color: approx Xanadu. HEX triplet: 6F, 93 and 69. RGB value is (111,147,105). Sum of RGB (Red+Green+Blue) = 111+147+105=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9369 is #906C96. Grayscale: #838383. Windows color (decimal): -9464983 or 6919023. OLE color: 6919023.

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

Color convert

RGB111147105-
CMYK0.2400.290.42
HSL111.43º16.67%49.41%-
HSV(B)111.43º28.57%57.65%-
XYZ19.5425.2717.21-
YUV131.45113.07113.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=30.58%
G=40.50%
B=28.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471050.2400.290.42111.4316.6749.41
Hex6F93691801D2A6f1131
Octal15722315130035521572161
Binary110111110010011110100111000011101101010110111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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