#75861E

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

Shades of Trendy Green #75861E

Tints of Trendy Green #75861E

Color information

#75861E (or 0x75861E) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 1E. RGB value is (117,134,30). Sum of RGB (Red+Green+Blue) = 117+134+30=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #75861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75861E is #8A79E1. Grayscale: #757575. Windows color (decimal): -9075170 or 2000501. OLE color: 2000501.

HSL color Cylindrical-coordinate representation of color #75861E: hue angle of 69.81º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75861E is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB11713430-
CMYK0.1300.780.47
HSL69.81º63.41%32.16%-
HSV(B)69.81º77.61%52.55%-
XYZ16.120.934.42-
YUV117.0678.87127.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=41.64%
G=47.69%
B=10.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134300.1300.780.4769.8163.4132.16
Hex75861ED04E2F463f20
Octal16520636150116571067740
Binary111010110000110111101101010011101011111000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75861E; }

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

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

<style>
 a { background-color: #75861E; }

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

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

<style>
 span { border-color: #75861E; }

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

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