#74851E

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

Shades of Trendy Green #74851E

Tints of Trendy Green #74851E

Color information

#74851E (or 0x74851E) is unknown color: approx Trendy Green. HEX triplet: 74, 85 and 1E. RGB value is (116,133,30). Sum of RGB (Red+Green+Blue) = 116+133+30=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #74851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74851E is #8B7AE1. Grayscale: #747474. Windows color (decimal): -9140962 or 2000244. OLE color: 2000244.

HSL color Cylindrical-coordinate representation of color #74851E: hue angle of 69.9º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74851E is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB11613330-
CMYK0.1300.770.48
HSL69.9º63.19%31.96%-
HSV(B)69.9º77.44%52.16%-
XYZ15.8220.584.37-
YUV116.1879.37127.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 30 (12.11% from 255) = 10.75%
R=41.58%
G=47.67%
B=10.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133300.1300.770.4869.963.1931.96
Hex74851ED04D30463f20
Octal16420536150115601067740
Binary111010010000101111101101010011011100001000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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