#75821c

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

Shades of Trendy Green #75821C

Tints of Trendy Green #75821C

Color information

#75821C (or 0x75821C) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 1C. RGB value is (117,130,28). Sum of RGB (Red+Green+Blue) = 117+130+28=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #75821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821C is #8A7DE3. Grayscale: #727272. Windows color (decimal): -9076196 or 1868405. OLE color: 1868405.

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

Color convert

RGB11713028-
CMYK0.100.780.49
HSL67.65º64.56%30.98%-
HSV(B)67.65º78.46%50.98%-
XYZ15.5319.834.11-
YUV114.4979.19129.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=42.55%
G=47.27%
B=10.18%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130280.100.780.4967.6564.5630.98
Hex75821CA04E3144411f
Octal165202341201166110410137
Binary111010110000010111001010010011101100011000100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75821c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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