#6F9359

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

Shades of Highland #6F9359

Tints of Highland #6F9359

Color information

#6F9359 (or 0x6F9359) is unknown color: approx Highland. HEX triplet: 6F, 93 and 59. RGB value is (111,147,89). Sum of RGB (Red+Green+Blue) = 111+147+89=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9359 is #906CA6. Grayscale: #818181. Windows color (decimal): -9464999 or 5870447. OLE color: 5870447.

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

Color convert

RGB11114789-
CMYK0.2400.390.42
HSL97.24º24.58%46.27%-
HSV(B)97.24º39.46%57.65%-
XYZ18.7924.9713.28-
YUV129.62105.07114.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=31.99%
G=42.36%
B=25.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111147890.2400.390.4297.2424.5846.27
Hex6F9359180272A61192e
Octal15722313130047521413156
Binary1101111100100111011001110000100111101010110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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