#7C9253

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

Shades of Highland #7C9253

Tints of Highland #7C9253

Color information

#7C9253 (or 0x7C9253) is unknown color: approx Highland. HEX triplet: 7C, 92 and 53. RGB value is (124,146,83). Sum of RGB (Red+Green+Blue) = 124+146+83=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9253 is #836DAC. Grayscale: #848484. Windows color (decimal): -8613293 or 5476988. OLE color: 5476988.

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

Color convert

RGB12414683-
CMYK0.1500.430.43
HSL80.95º27.51%44.9%-
HSV(B)80.95º43.15%57.25%-
XYZ20.1525.4712.04-
YUV132.24100.21122.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=35.13%
G=41.36%
B=23.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124146830.1500.430.4380.9527.5144.9
Hex7C9253F02B2B511c2d
Octal17422212317053531213455
Binary111110010010010101001111110101011101011101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,146,83); }

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

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

 a { background-color: rgb(124,146,83); }

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

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

 span { border-color: rgb(124,146,83); }

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