#74871F

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

Shades of Trendy Green #74871F

Tints of Trendy Green #74871F

Color information

#74871F (or 0x74871F) is unknown color: approx Trendy Green. HEX triplet: 74, 87 and 1F. RGB value is (116,135,31). Sum of RGB (Red+Green+Blue) = 116+135+31=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #74871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74871F is #8B78E0. Grayscale: #757575. Windows color (decimal): -9140449 or 2066292. OLE color: 2066292.

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

Color convert

RGB11613531-
CMYK0.1400.770.47
HSL70.96º62.65%32.55%-
HSV(B)70.96º77.04%52.94%-
XYZ16.1121.144.53-
YUV117.4679.21126.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=41.13%
G=47.87%
B=10.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135310.1400.770.4770.9662.6532.55
Hex74871FE04D2F473f21
Octal16420737160115571077741
Binary111010010000111111111110010011011011111000111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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