#7B995E

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

Shades of Highland #7B995E

Tints of Highland #7B995E

Color information

#7B995E (or 0x7B995E) is unknown color: approx Highland. HEX triplet: 7B, 99 and 5E. RGB value is (123,153,94). Sum of RGB (Red+Green+Blue) = 123+153+94=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #7B995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B995E is #8466A1. Grayscale: #898989. Windows color (decimal): -8677026 or 6199675. OLE color: 6199675.

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

Color convert

RGB12315394-
CMYK0.2000.390.4
HSL90.51º23.89%48.43%-
HSV(B)90.51º38.56%60%-
XYZ21.5827.814.82-
YUV137.3103.56117.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.24%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=33.24%
G=41.35%
B=25.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123153940.2000.390.490.5123.8948.43
Hex7B995E14027285b1830
Octal17323113624047501333060
Binary1111011100110011011110101000100111101000101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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