#6F8958

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

Shades of Highland #6F8958

Tints of Highland #6F8958

Color information

#6F8958 (or 0x6F8958) is unknown color: approx Highland. HEX triplet: 6F, 89 and 58. RGB value is (111,137,88). Sum of RGB (Red+Green+Blue) = 111+137+88=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8958 is #9076A7. Grayscale: #7B7B7B. Windows color (decimal): -9467560 or 5802351. OLE color: 5802351.

HSL color Cylindrical-coordinate representation of color #6F8958: hue angle of 91.84º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F8958 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB11113788-
CMYK0.1900.360.46
HSL91.84º21.78%44.12%-
HSV(B)91.84º35.77%53.73%-
XYZ17.2621.9812.56-
YUV123.64107.89118.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=33.04%
G=40.77%
B=26.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137880.1900.360.4691.8421.7844.12
Hex6F8958130242E5c162c
Octal15721113023044561342654
Binary1101111100010011011000100110100100101110101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,88); }

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

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

 a { background-color: rgb(111,137,88); }

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

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

 span { border-color: rgb(111,137,88); }

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