#74791E

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

Shades of Trendy Green #74791E

Tints of Trendy Green #74791E

Color information

#74791E (or 0x74791E) is unknown color: approx Trendy Green. HEX triplet: 74, 79 and 1E. RGB value is (116,121,30). Sum of RGB (Red+Green+Blue) = 116+121+30=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #74791E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74791E is #8B86E1. Grayscale: #6D6D6D. Windows color (decimal): -9144034 or 1997172. OLE color: 1997172.

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

Color convert

RGB11612130-
CMYK0.0400.750.53
HSL63.3º60.26%29.61%-
HSV(B)63.3º75.21%47.45%-
XYZ14.2717.483.85-
YUV109.1383.34132.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=43.45%
G=45.32%
B=11.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121300.0400.750.5363.360.2629.61
Hex74791E404B353f3c1e
Octal164171364011365777436
Binary11101001111001111101000100101111010111111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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