#74801F

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

Shades of Trendy Green #74801F

Tints of Trendy Green #74801F

Color information

#74801F (or 0x74801F) is unknown color: approx Trendy Green. HEX triplet: 74, 80 and 1F. RGB value is (116,128,31). Sum of RGB (Red+Green+Blue) = 116+128+31=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #74801F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74801F is #8B7FE0. Grayscale: #717171. Windows color (decimal): -9142241 or 2064500. OLE color: 2064500.

HSL color Cylindrical-coordinate representation of color #74801F: hue angle of 67.42º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74801F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB11612831-
CMYK0.0900.760.50
HSL67.42º61.01%31.18%-
HSV(B)67.42º75.78%50.2%-
XYZ15.1719.254.21-
YUV113.3581.52129.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 31 (12.5% from 255) = 11.27%
R=42.18%
G=46.55%
B=11.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128310.0900.760.5067.4261.0131.18
Hex74801F904C32433d1f
Octal16420037110114621037537
Binary11101001000000011111100101001100110010100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74801F; }

 p { color: rgb(116,128,31); }

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

<style>
 a { background-color: #74801F; }

 a { background-color: rgb(116,128,31); }

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

<style>
 span { border-color: #74801F; }

 span { border-color: rgb(116,128,31); }

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