#74791D

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

Shades of Trendy Green #74791D

Tints of Trendy Green #74791D

Color information

#74791D (or 0x74791D) is unknown color: approx Trendy Green. HEX triplet: 74, 79 and 1D. RGB value is (116,121,29). Sum of RGB (Red+Green+Blue) = 116+121+29=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #74791D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74791D is #8B86E2. Grayscale: #6D6D6D. Windows color (decimal): -9144035 or 1931636. OLE color: 1931636.

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

Color convert

RGB11612129-
CMYK0.0400.760.53
HSL63.26º61.33%29.41%-
HSV(B)63.26º76.03%47.45%-
XYZ14.2617.483.78-
YUV109.0282.84132.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=43.61%
G=45.49%
B=10.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121290.0400.760.5363.2661.3329.41
Hex74791D404C353f3d1d
Octal164171354011465777535
Binary11101001111001111011000100110011010111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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