#7F8E59

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

Shades of Highland #7F8E59

Tints of Highland #7F8E59

Color information

#7F8E59 (or 0x7F8E59) is unknown color: approx Highland. HEX triplet: 7F, 8E and 59. RGB value is (127,142,89). Sum of RGB (Red+Green+Blue) = 127+142+89=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E59 is #8071A6. Grayscale: #838383. Windows color (decimal): -8417703 or 5869183. OLE color: 5869183.

HSL color Cylindrical-coordinate representation of color #7F8E59: hue angle of 76.98º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8E59 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB12714289-
CMYK0.1100.370.44
HSL76.98º22.94%45.29%-
HSV(B)76.98º37.32%55.69%-
XYZ20.2324.5813.13-
YUV131.47104.03124.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=35.47%
G=39.66%
B=24.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127142890.1100.370.4476.9822.9445.29
Hex7F8E59B0252C4d172d
Octal17721613113045541152755
Binary111111110001110101100110110100101101100100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8E59; }

 p { color: rgb(127,142,89); }

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

<style>
 a { background-color: #7F8E59; }

 a { background-color: rgb(127,142,89); }

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

<style>
 span { border-color: #7F8E59; }

 span { border-color: rgb(127,142,89); }

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