#74811A

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

Shades of Trendy Green #74811A

Tints of Trendy Green #74811A

Color information

#74811A (or 0x74811A) is unknown color: approx Trendy Green. HEX triplet: 74, 81 and 1A. RGB value is (116,129,26). Sum of RGB (Red+Green+Blue) = 116+129+26=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #74811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74811A is #8B7EE5. Grayscale: #717171. Windows color (decimal): -9141990 or 1737076. OLE color: 1737076.

HSL color Cylindrical-coordinate representation of color #74811A: hue angle of 67.57º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74811A is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB11612926-
CMYK0.1000.800.49
HSL67.57º66.45%30.39%-
HSV(B)67.57º79.84%50.59%-
XYZ15.2419.493.94-
YUV113.3778.69129.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=42.80%
G=47.60%
B=9.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129260.1000.800.4967.5766.4530.39
Hex74811AA0503144421e
Octal164201321201206110410236
Binary111010010000001110101010010100001100011000100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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