#74881D

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

Shades of Trendy Green #74881D

Tints of Trendy Green #74881D

Color information

#74881D (or 0x74881D) is unknown color: approx Trendy Green. HEX triplet: 74, 88 and 1D. RGB value is (116,136,29). Sum of RGB (Red+Green+Blue) = 116+136+29=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #74881D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74881D is #8B77E2. Grayscale: #767676. Windows color (decimal): -9140195 or 1935476. OLE color: 1935476.

HSL color Cylindrical-coordinate representation of color #74881D: hue angle of 71.21º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74881D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB11613629-
CMYK0.1500.790.47
HSL71.21º64.85%32.35%-
HSV(B)71.21º78.68%53.33%-
XYZ16.2321.414.44-
YUV117.8277.87126.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 29 (11.72% from 255) = 10.32%
R=41.28%
G=48.40%
B=10.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136290.1500.790.4771.2164.8532.35
Hex74881DF04F2F474120
Octal164210351701175710710140
Binary1110100100010001110111110100111110111110001111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74881D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74881D; }

 p { color: rgb(116,136,29); }

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

<style>
 a { background-color: #74881D; }

 a { background-color: rgb(116,136,29); }

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

<style>
 span { border-color: #74881D; }

 span { border-color: rgb(116,136,29); }

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