#7B995F

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

Shades of Highland #7B995F

Tints of Highland #7B995F

Color information

#7B995F (or 0x7B995F) is unknown color: approx Highland. HEX triplet: 7B, 99 and 5F. RGB value is (123,153,95). Sum of RGB (Red+Green+Blue) = 123+153+95=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #7B995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B995F is #8466A0. Grayscale: #898989. Windows color (decimal): -8677025 or 6265211. OLE color: 6265211.

HSL color Cylindrical-coordinate representation of color #7B995F: hue angle of 91.03º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B995F is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB12315395-
CMYK0.2000.380.4
HSL91.03º23.39%48.63%-
HSV(B)91.03º37.91%60%-
XYZ21.6327.8215.06-
YUV137.42104.06117.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=33.15%
G=41.24%
B=25.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123153950.2000.380.491.0323.3948.63
Hex7B995F14026285b1731
Octal17323113724046501332761
Binary1111011100110011011111101000100110101000101101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,95); }

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

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

 a { background-color: rgb(123,153,95); }

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

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

 span { border-color: rgb(123,153,95); }

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