#75841A

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

Shades of Trendy Green #75841A

Tints of Trendy Green #75841A

Color information

#75841A (or 0x75841A) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 1A. RGB value is (117,132,26). Sum of RGB (Red+Green+Blue) = 117+132+26=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #75841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75841A is #8A7BE5. Grayscale: #737373. Windows color (decimal): -9075686 or 1737845. OLE color: 1737845.

HSL color Cylindrical-coordinate representation of color #75841A: hue angle of 68.49º 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 #75841A is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB11713226-
CMYK0.1100.800.48
HSL68.49º67.09%30.98%-
HSV(B)68.49º80.3%51.76%-
XYZ15.7720.364.08-
YUV115.4377.53129.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=42.55%
G=48%
B=9.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132260.1100.800.4868.4967.0930.98
Hex75841AB0503044431f
Octal165204321301206010410337
Binary111010110000100110101011010100001100001000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,132,26); }

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

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

 a { background-color: rgb(117,132,26); }

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

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

 span { border-color: rgb(117,132,26); }

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