#74925D

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

Shades of Highland #74925D

Tints of Highland #74925D

Color information

#74925D (or 0x74925D) is unknown color: approx Highland. HEX triplet: 74, 92 and 5D. RGB value is (116,146,93). Sum of RGB (Red+Green+Blue) = 116+146+93=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #74925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74925D is #8B6DA2. Grayscale: #838383. Windows color (decimal): -9137571 or 6132340. OLE color: 6132340.

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

Color convert

RGB11614693-
CMYK0.2100.360.43
HSL93.96º22.18%46.86%-
HSV(B)93.96º36.3%57.25%-
XYZ19.4625.0614.17-
YUV130.99106.56117.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=32.68%
G=41.13%
B=26.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146930.2100.360.4393.9622.1846.86
Hex74925D150242B5e162f
Octal16422213525044531362657
Binary1110100100100101011101101010100100101011101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74925D; }

 p { color: rgb(116,146,93); }

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

<style>
 a { background-color: #74925D; }

 a { background-color: rgb(116,146,93); }

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

<style>
 span { border-color: #74925D; }

 span { border-color: rgb(116,146,93); }

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