#75852E

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

Shades of Trendy Green #75852E

Tints of Trendy Green #75852E

Color information

#75852E (or 0x75852E) is unknown color: approx Trendy Green. HEX triplet: 75, 85 and 2E. RGB value is (117,133,46). Sum of RGB (Red+Green+Blue) = 117+133+46=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #75852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75852E is #8A7AD1. Grayscale: #767676. Windows color (decimal): -9075410 or 3048821. OLE color: 3048821.

HSL color Cylindrical-coordinate representation of color #75852E: hue angle of 71.03º degrees, saturation: 0.49, 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 #75852E is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB11713346-
CMYK0.1200.650.48
HSL71.03º48.6%35.1%-
HSV(B)71.03º65.41%52.16%-
XYZ16.2220.755.74-
YUV118.387.2127.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=39.53%
G=44.93%
B=15.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133460.1200.650.4871.0348.635.1
Hex75852EC04130473123
Octal16520556140101601076143
Binary1110101100001011011101100010000011100001000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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