#74904E

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

Shades of Highland #74904E

Tints of Highland #74904E

Color information

#74904E (or 0x74904E) is unknown color: approx Highland. HEX triplet: 74, 90 and 4E. RGB value is (116,144,78). Sum of RGB (Red+Green+Blue) = 116+144+78=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #74904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74904E is #8B6FB1. Grayscale: #808080. Windows color (decimal): -9138098 or 5148788. OLE color: 5148788.

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

Color convert

RGB11614478-
CMYK0.1900.460.44
HSL85.45º29.73%43.53%-
HSV(B)85.45º45.83%56.47%-
XYZ18.5524.2110.9-
YUV128.199.72119.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=34.32%
G=42.60%
B=23.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144780.1900.460.4485.4529.7343.53
Hex74904E1302E2C551e2c
Octal16422011623056541253654
Binary1110100100100001001110100110101110101100101010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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