#7B9250

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

Shades of Highland #7B9250

Tints of Highland #7B9250

Color information

#7B9250 (or 0x7B9250) is unknown color: approx Highland. HEX triplet: 7B, 92 and 50. RGB value is (123,146,80). Sum of RGB (Red+Green+Blue) = 123+146+80=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9250 is #846DAF. Grayscale: #838383. Windows color (decimal): -8678832 or 5280379. OLE color: 5280379.

HSL color Cylindrical-coordinate representation of color #7B9250: hue angle of 80.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9250 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB12314680-
CMYK0.1600.450.43
HSL80.91º29.2%44.31%-
HSV(B)80.91º45.21%57.25%-
XYZ19.925.3511.43-
YUV131.698.88121.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=35.24%
G=41.83%
B=22.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123146800.1600.450.4380.9129.244.31
Hex7B92501002D2B511d2c
Octal17322212020055531213554
Binary1111011100100101010000100000101101101011101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,146,80); }

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

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

 a { background-color: rgb(123,146,80); }

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

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

 span { border-color: rgb(123,146,80); }

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