#75821A

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

Shades of Trendy Green #75821A

Tints of Trendy Green #75821A

Color information

#75821A (or 0x75821A) is unknown color: approx Trendy Green. HEX triplet: 75, 82 and 1A. RGB value is (117,130,26). Sum of RGB (Red+Green+Blue) = 117+130+26=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #75821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75821A is #8A7DE5. Grayscale: #727272. Windows color (decimal): -9076198 or 1737333. OLE color: 1737333.

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

Color convert

RGB11713026-
CMYK0.100.80.49
HSL67.5º66.67%30.59%-
HSV(B)67.5º80%50.98%-
XYZ15.5119.823.99-
YUV114.2678.19129.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=42.86%
G=47.62%
B=9.52%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130260.100.80.4967.566.6730.59
Hex75821AA0503144431f
Octal165202321201206110410337
Binary111010110000010110101010010100001100011000100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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