#75851E

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

Shades of Trendy Green #75851E

Tints of Trendy Green #75851E

Color information

#75851E (or 0x75851E) is unknown color: approx Trendy Green. HEX triplet: 75, 85 and 1E. RGB value is (117,133,30). Sum of RGB (Red+Green+Blue) = 117+133+30=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #75851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75851E is #8A7AE1. Grayscale: #747474. Windows color (decimal): -9075426 or 2000245. OLE color: 2000245.

HSL color Cylindrical-coordinate representation of color #75851E: hue angle of 69.32º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75851E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB11713330-
CMYK0.1200.770.48
HSL69.32º63.19%31.96%-
HSV(B)69.32º77.44%52.16%-
XYZ15.9620.654.37-
YUV116.4779.2128.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 30 (12.11% from 255) = 10.71%
R=41.79%
G=47.5%
B=10.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133300.1200.770.4869.3263.1931.96
Hex75851EC04D30453f20
Octal16520536140115601057740
Binary111010110000101111101100010011011100001000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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