#75842E

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

Shades of Trendy Green #75842E

Tints of Trendy Green #75842E

Color information

#75842E (or 0x75842E) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 2E. RGB value is (117,132,46). Sum of RGB (Red+Green+Blue) = 117+132+46=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #75842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75842E is #8A7BD1. Grayscale: #767676. Windows color (decimal): -9075666 or 3048565. OLE color: 3048565.

HSL color Cylindrical-coordinate representation of color #75842E: hue angle of 70.47º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75842E is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB11713246-
CMYK0.1100.650.48
HSL70.47º48.31%34.9%-
HSV(B)70.47º65.15%51.76%-
XYZ16.0820.485.69-
YUV117.7187.53127.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=39.66%
G=44.75%
B=15.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132460.1100.650.4870.4748.3134.9
Hex75842EB04130463023
Octal16520456130101601066043
Binary1110101100001001011101011010000011100001000110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75842E; }

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

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

<style>
 a { background-color: #75842E; }

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

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

<style>
 span { border-color: #75842E; }

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

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