#7D9255

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

Shades of Highland #7D9255

Tints of Highland #7D9255

Color information

#7D9255 (or 0x7D9255) is unknown color: approx Highland. HEX triplet: 7D, 92 and 55. RGB value is (125,146,85). Sum of RGB (Red+Green+Blue) = 125+146+85=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9255 is #826DAA. Grayscale: #848484. Windows color (decimal): -8547755 or 5608061. OLE color: 5608061.

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

Color convert

RGB12514685-
CMYK0.1400.420.43
HSL80.66º26.41%45.29%-
HSV(B)80.66º41.78%57.25%-
XYZ20.3825.5712.46-
YUV132.77101.04122.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=35.11%
G=41.01%
B=23.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125146850.1400.420.4380.6626.4145.29
Hex7D9255E02A2B511a2d
Octal17522212516052531213255
Binary111110110010010101010111100101010101011101000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,85); }

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

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

 a { background-color: rgb(125,146,85); }

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

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

 span { border-color: rgb(125,146,85); }

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