#6F9467

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

Shades of Xanadu #6F9467

Tints of Xanadu #6F9467

Color information

#6F9467 (or 0x6F9467) is unknown color: approx Xanadu. HEX triplet: 6F, 94 and 67. RGB value is (111,148,103). Sum of RGB (Red+Green+Blue) = 111+148+103=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9467 is #906B98. Grayscale: #838383. Windows color (decimal): -9464729 or 6788207. OLE color: 6788207.

HSL color Cylindrical-coordinate representation of color #6F9467: hue angle of 109.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9467 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB111148103-
CMYK0.2500.300.42
HSL109.33º17.93%49.22%-
HSV(B)109.33º30.41%58.04%-
XYZ19.5925.5416.73-
YUV131.81111.74113.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.66%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=30.66%
G=40.88%
B=28.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481030.2500.300.42109.3317.9349.22
Hex6F94671901E2A6d1231
Octal15722414731036521552261
Binary110111110010100110011111001011110101010110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,148,103); }

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

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

 a { background-color: rgb(111,148,103); }

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

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

 span { border-color: rgb(111,148,103); }

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