#75872C

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

Shades of Trendy Green #75872C

Tints of Trendy Green #75872C

Color information

#75872C (or 0x75872C) is unknown color: approx Trendy Green. HEX triplet: 75, 87 and 2C. RGB value is (117,135,44). Sum of RGB (Red+Green+Blue) = 117+135+44=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #75872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75872C is #8A78D3. Grayscale: #777777. Windows color (decimal): -9074900 or 2918261. OLE color: 2918261.

HSL color Cylindrical-coordinate representation of color #75872C: hue angle of 71.87º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75872C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB11713544-
CMYK0.1300.670.47
HSL71.87º50.84%35.1%-
HSV(B)71.87º67.41%52.94%-
XYZ16.4521.295.63-
YUV119.2485.54126.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=39.53%
G=45.61%
B=14.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135440.1300.670.4771.8750.8435.1
Hex75872CD0432F483323
Octal16520754150103571106343
Binary1110101100001111011001101010000111011111001000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75872C; }

 p { color: rgb(117,135,44); }

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

<style>
 a { background-color: #75872C; }

 a { background-color: rgb(117,135,44); }

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

<style>
 span { border-color: #75872C; }

 span { border-color: rgb(117,135,44); }

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