#6F8E4D

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

Shades of Highland #6F8E4D

Tints of Highland #6F8E4D

Color information

#6F8E4D (or 0x6F8E4D) is unknown color: approx Highland. HEX triplet: 6F, 8E and 4D. RGB value is (111,142,77). Sum of RGB (Red+Green+Blue) = 111+142+77=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E4D is #9071B2. Grayscale: #7D7D7D. Windows color (decimal): -9466291 or 5082735. OLE color: 5082735.

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

Color convert

RGB11114277-
CMYK0.2200.460.44
HSL88.62º29.68%42.94%-
HSV(B)88.62º45.77%55.69%-
XYZ17.5723.2610.59-
YUV125.32100.73117.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=33.64%
G=43.03%
B=23.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111142770.2200.460.4488.6229.6842.94
Hex6F8E4D1602E2C591e2b
Octal15721611526056541313653
Binary1101111100011101001101101100101110101100101100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,77); }

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

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

 a { background-color: rgb(111,142,77); }

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

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

 span { border-color: rgb(111,142,77); }

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