#75862B

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

Shades of Trendy Green #75862B

Tints of Trendy Green #75862B

Color information

#75862B (or 0x75862B) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 2B. RGB value is (117,134,43). Sum of RGB (Red+Green+Blue) = 117+134+43=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #75862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75862B is #8A79D4. Grayscale: #767676. Windows color (decimal): -9075157 or 2852469. OLE color: 2852469.

HSL color Cylindrical-coordinate representation of color #75862B: hue angle of 71.21º degrees, saturation: 0.51, 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 #75862B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB11713443-
CMYK0.1300.680.47
HSL71.21º51.41%34.71%-
HSV(B)71.21º67.91%52.55%-
XYZ16.321.015.48-
YUV118.5485.37126.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 43 (17.19% from 255) = 14.63%
R=39.80%
G=45.58%
B=14.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134430.1300.680.4771.2151.4134.71
Hex75862BD0442F473323
Octal16520653150104571076343
Binary1110101100001101010111101010001001011111000111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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