#758420

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

Shades of Trendy Green #758420

Tints of Trendy Green #758420

Color information

#758420 (or 0x758420) is unknown color: approx Trendy Green. HEX triplet: 75, 84 and 20. RGB value is (117,132,32). Sum of RGB (Red+Green+Blue) = 117+132+32=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #758420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758420 is #8A7BDF. Grayscale: #747474. Windows color (decimal): -9075680 or 2131061. OLE color: 2131061.

HSL color Cylindrical-coordinate representation of color #758420: hue angle of 69º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #758420 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB11713232-
CMYK0.1100.760.48
HSL69º60.98%32.16%-
HSV(B)69º75.76%51.76%-
XYZ15.8520.394.47-
YUV116.1180.53128.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=41.64%
G=46.98%
B=11.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132320.1100.760.486960.9832.16
Hex758420B04C30453d20
Octal16520440130114601057540
Binary1110101100001001000001011010011001100001000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758420; }

 p { color: rgb(117,132,32); }

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

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

 a { background-color: rgb(117,132,32); }

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

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

 span { border-color: rgb(117,132,32); }

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