#75821E

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

Shades of Trendy Green #75821E

Tints of Trendy Green #75821E

Color information

#75821E (or 0x75821E) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 1E. RGB value is (117,130,30). Sum of RGB (Red+Green+Blue) = 117+130+30=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #75821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821E is #8A7DE1. Grayscale: #737373. Windows color (decimal): -9076194 or 1999477. OLE color: 1999477.

HSL color Cylindrical-coordinate representation of color #75821E: hue angle of 67.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75821E is Cyan = 0.1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB11713030-
CMYK0.100.770.49
HSL67.8º62.5%31.37%-
HSV(B)67.8º76.92%50.98%-
XYZ15.5519.844.24-
YUV114.7180.19129.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=42.24%
G=46.93%
B=10.83%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130300.100.770.4967.862.531.37
Hex75821EA04D31443e1f
Octal16520236120115611047637
Binary11101011000001011110101001001101110001100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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