#75872D

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

Shades of Trendy Green #75872D

Tints of Trendy Green #75872D

Color information

#75872D (or 0x75872D) is unknown color: approx Trendy Green. HEX triplet: 75, 87 and 2D. RGB value is (117,135,45). Sum of RGB (Red+Green+Blue) = 117+135+45=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #75872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75872D is #8A78D2. Grayscale: #777777. Windows color (decimal): -9074899 or 2983797. OLE color: 2983797.

HSL color Cylindrical-coordinate representation of color #75872D: hue angle of 72º degrees, saturation: 0.5, 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 #75872D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB11713545-
CMYK0.1300.670.47
HSL72º50%35.29%-
HSV(B)72º66.67%52.94%-
XYZ16.4721.35.73-
YUV119.3686.04126.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=39.39%
G=45.45%
B=15.15%

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
Decimal117135450.1300.670.47725035.29
Hex75872DD0432F483223
Octal16520755150103571106243
Binary1110101100001111011011101010000111011111001000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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