#75882B

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

Shades of Trendy Green #75882B

Tints of Trendy Green #75882B

Color information

#75882B (or 0x75882B) is unknown color: approx Trendy Green. HEX triplet: 75, 88 and 2B. RGB value is (117,136,43). Sum of RGB (Red+Green+Blue) = 117+136+43=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #75882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75882B is #8A77D4. Grayscale: #787878. Windows color (decimal): -9074645 or 2852981. OLE color: 2852981.

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

Color convert

RGB11713643-
CMYK0.1400.680.47
HSL72.26º51.96%35.1%-
HSV(B)72.26º68.38%53.33%-
XYZ16.5821.565.57-
YUV119.7284.71126.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=39.53%
G=45.95%
B=14.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136430.1400.680.4772.2651.9635.1
Hex75882BE0442F483423
Octal16521053160104571106443
Binary1110101100010001010111110010001001011111001000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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