#74871E

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

Shades of Trendy Green #74871E

Tints of Trendy Green #74871E

Color information

#74871E (or 0x74871E) is unknown color: approx Trendy Green. HEX triplet: 74, 87 and 1E. RGB value is (116,135,30). Sum of RGB (Red+Green+Blue) = 116+135+30=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #74871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74871E is #8B78E1. Grayscale: #757575. Windows color (decimal): -9140450 or 2000756. OLE color: 2000756.

HSL color Cylindrical-coordinate representation of color #74871E: hue angle of 70.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74871E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB11613530-
CMYK0.1400.780.47
HSL70.86º63.64%32.35%-
HSV(B)70.86º77.78%52.94%-
XYZ16.121.134.46-
YUV117.3578.71127.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=41.28%
G=48.04%
B=10.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135300.1400.780.4770.8663.6432.35
Hex74871EE04E2F474020
Octal164207361601165710710040
Binary1110100100001111111011100100111010111110001111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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