#75852B

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

Shades of Trendy Green #75852B

Tints of Trendy Green #75852B

Color information

#75852B (or 0x75852B) is unknown color: approx Trendy Green. HEX triplet: 75, 85 and 2B. RGB value is (117,133,43). Sum of RGB (Red+Green+Blue) = 117+133+43=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #75852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75852B is #8A7AD4. Grayscale: #767676. Windows color (decimal): -9075413 or 2852213. OLE color: 2852213.

HSL color Cylindrical-coordinate representation of color #75852B: hue angle of 70.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75852B is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB11713343-
CMYK0.1200.680.48
HSL70.67º51.14%34.51%-
HSV(B)70.67º67.67%52.16%-
XYZ16.1620.735.44-
YUV117.9685.7127.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=39.93%
G=45.39%
B=14.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133430.1200.680.4870.6751.1434.51
Hex75852BC04430473323
Octal16520553140104601076343
Binary1110101100001011010111100010001001100001000111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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