#75862C

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

Shades of Trendy Green #75862C

Tints of Trendy Green #75862C

Color information

#75862C (or 0x75862C) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 2C. RGB value is (117,134,44). Sum of RGB (Red+Green+Blue) = 117+134+44=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #75862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75862C is #8A79D3. Grayscale: #777777. Windows color (decimal): -9075156 or 2918005. OLE color: 2918005.

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

Color convert

RGB11713444-
CMYK0.1300.670.47
HSL71.33º50.56%34.9%-
HSV(B)71.33º67.16%52.55%-
XYZ16.3221.015.58-
YUV118.6685.87126.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=39.66%
G=45.42%
B=14.92%

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
Decimal117134440.1300.670.4771.3350.5634.9
Hex75862CD0432F473323
Octal16520654150103571076343
Binary1110101100001101011001101010000111011111000111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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