#6F8A51

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

Shades of Highland #6F8A51

Tints of Highland #6F8A51

Color information

#6F8A51 (or 0x6F8A51) is unknown color: approx Highland. HEX triplet: 6F, 8A and 51. RGB value is (111,138,81). Sum of RGB (Red+Green+Blue) = 111+138+81=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8A51 is #9075AE. Grayscale: #7B7B7B. Windows color (decimal): -9467311 or 5343855. OLE color: 5343855.

HSL color Cylindrical-coordinate representation of color #6F8A51: hue angle of 88.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F8A51 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB11113881-
CMYK0.2000.410.46
HSL88.42º26.03%42.94%-
HSV(B)88.42º41.3%54.12%-
XYZ17.1322.1511.16-
YUV123.43104.05119.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=33.64%
G=41.82%
B=24.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111138810.2000.410.4688.4226.0342.94
Hex6F8A51140292E581a2b
Octal15721212124051561303253
Binary1101111100010101010001101000101001101110101100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,138,81); }

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

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

 a { background-color: rgb(111,138,81); }

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

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

 span { border-color: rgb(111,138,81); }

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