#74881A

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

Shades of Trendy Green #74881A

Tints of Trendy Green #74881A

Color information

#74881A (or 0x74881A) is unknown color: approx Trendy Green. HEX triplet: 74, 88 and 1A. RGB value is (116,136,26). Sum of RGB (Red+Green+Blue) = 116+136+26=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #74881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74881A is #8B77E5. Grayscale: #757575. Windows color (decimal): -9140198 or 1738868. OLE color: 1738868.

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

Color convert

RGB11613626-
CMYK0.1500.810.47
HSL70.91º67.9%31.76%-
HSV(B)70.91º80.88%53.33%-
XYZ16.1921.44.25-
YUV117.4876.37126.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 26 (10.55% from 255) = 9.35%
R=41.73%
G=48.92%
B=9.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136260.1500.810.4770.9167.931.76
Hex74881AF0512F474420
Octal164210321701215710710440
Binary1110100100010001101011110101000110111110001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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