#74791A

Color #74791A Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #74791A

Tints of Trendy Green #74791A

Color information

#74791A (or 0x74791A) is unknown color: approx Trendy Green. HEX triplet: 74, 79 and 1A. RGB value is (116,121,26). Sum of RGB (Red+Green+Blue) = 116+121+26=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #74791A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74791A is #8B86E5. Grayscale: #6D6D6D. Windows color (decimal): -9144038 or 1735028. OLE color: 1735028.

HSL color Cylindrical-coordinate representation of color #74791A: hue angle of 63.16º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74791A is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB11612126-
CMYK0.0400.790.53
HSL63.16º64.63%28.82%-
HSV(B)63.16º78.51%47.45%-
XYZ14.2317.463.6-
YUV108.6881.34133.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=44.11%
G=46.01%
B=9.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121260.0400.790.5363.1664.6328.82
Hex74791A404F353f411d
Octal1641713240117657710135
Binary111010011110011101010001001111110101111111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74791A; }

 p { color: rgb(116,121,26); }

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

<style>
 a { background-color: #74791A; }

 a { background-color: rgb(116,121,26); }

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

<style>
 span { border-color: #74791A; }

 span { border-color: rgb(116,121,26); }

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