#74851A

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

Shades of Trendy Green #74851A

Tints of Trendy Green #74851A

Color information

#74851A (or 0x74851A) is unknown color: approx Trendy Green. HEX triplet: 74, 85 and 1A. RGB value is (116,133,26). Sum of RGB (Red+Green+Blue) = 116+133+26=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #74851A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74851A is #8B7AE5. Grayscale: #747474. Windows color (decimal): -9140966 or 1738100. OLE color: 1738100.

HSL color Cylindrical-coordinate representation of color #74851A: hue angle of 69.53º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74851A is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB11613326-
CMYK0.1300.800.48
HSL69.53º67.3%31.18%-
HSV(B)69.53º80.45%52.16%-
XYZ15.7820.564.11-
YUV115.7277.37128.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=42.18%
G=48.36%
B=9.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133260.1300.800.4869.5367.331.18
Hex74851AD0503046431f
Octal164205321501206010610337
Binary111010010000101110101101010100001100001000110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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