#74905E

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

Shades of Highland #74905E

Tints of Highland #74905E

Color information

#74905E (or 0x74905E) is unknown color: approx Highland. HEX triplet: 74, 90 and 5E. RGB value is (116,144,94). Sum of RGB (Red+Green+Blue) = 116+144+94=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #74905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74905E is #8B6FA1. Grayscale: #828282. Windows color (decimal): -9138082 or 6197364. OLE color: 6197364.

HSL color Cylindrical-coordinate representation of color #74905E: hue angle of 93.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74905E is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB11614494-
CMYK0.1900.350.44
HSL93.6º21.01%46.67%-
HSV(B)93.6º34.72%56.47%-
XYZ19.224.4714.3-
YUV129.93107.72118.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=32.77%
G=40.68%
B=26.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144940.1900.350.4493.621.0146.67
Hex74905E130232C5e152f
Octal16422013623043541362557
Binary1110100100100001011110100110100011101100101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74905E; }

 p { color: rgb(116,144,94); }

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

<style>
 a { background-color: #74905E; }

 a { background-color: rgb(116,144,94); }

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

<style>
 span { border-color: #74905E; }

 span { border-color: rgb(116,144,94); }

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