#74915F

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

Shades of Highland #74915F

Tints of Highland #74915F

Color information

#74915F (or 0x74915F) is unknown color: approx Highland. HEX triplet: 74, 91 and 5F. RGB value is (116,145,95). Sum of RGB (Red+Green+Blue) = 116+145+95=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #74915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74915F is #8B6EA0. Grayscale: #828282. Windows color (decimal): -9137825 or 6263156. OLE color: 6263156.

HSL color Cylindrical-coordinate representation of color #74915F: hue angle of 94.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74915F is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB11614595-
CMYK0.200.340.43
HSL94.8º20.83%47.06%-
HSV(B)94.8º34.48%56.86%-
XYZ19.3924.7914.59-
YUV130.63107.89117.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=32.58%
G=40.73%
B=26.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145950.200.340.4394.820.8347.06
Hex74915F140222B5f152f
Octal16422113724042531372557
Binary1110100100100011011111101000100010101011101111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74915F; }

 p { color: rgb(116,145,95); }

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

<style>
 a { background-color: #74915F; }

 a { background-color: rgb(116,145,95); }

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

<style>
 span { border-color: #74915F; }

 span { border-color: rgb(116,145,95); }

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