#75862A

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

Shades of Trendy Green #75862A

Tints of Trendy Green #75862A

Color information

#75862A (or 0x75862A) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 2A. RGB value is (117,134,42). Sum of RGB (Red+Green+Blue) = 117+134+42=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #75862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75862A is #8A79D5. Grayscale: #767676. Windows color (decimal): -9075158 or 2786933. OLE color: 2786933.

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

Color convert

RGB11713442-
CMYK0.1300.690.47
HSL71.09º52.27%34.51%-
HSV(B)71.09º68.66%52.55%-
XYZ16.28215.39-
YUV118.4384.87126.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=39.93%
G=45.73%
B=14.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134420.1300.690.4771.0952.2734.51
Hex75862AD0452F473423
Octal16520652150105571076443
Binary1110101100001101010101101010001011011111000111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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