#75801F

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

Shades of Trendy Green #75801F

Tints of Trendy Green #75801F

Color information

#75801F (or 0x75801F) is unknown color: approx Trendy Green. HEX triplet: 75, 80 and 1F. RGB value is (117,128,31). Sum of RGB (Red+Green+Blue) = 117+128+31=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #75801F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75801F is #8A7FE0. Grayscale: #727272. Windows color (decimal): -9076705 or 2064501. OLE color: 2064501.

HSL color Cylindrical-coordinate representation of color #75801F: hue angle of 66.8º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75801F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB11712831-
CMYK0.0900.760.50
HSL66.8º61.01%31.18%-
HSV(B)66.8º75.78%50.2%-
XYZ15.319.324.22-
YUV113.6581.36130.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=42.39%
G=46.38%
B=11.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128310.0900.760.5066.861.0131.18
Hex75801F904C32433d1f
Octal16520037110114621037537
Binary11101011000000011111100101001100110010100001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75801F; }

 p { color: rgb(117,128,31); }

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

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

 a { background-color: rgb(117,128,31); }

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

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

 span { border-color: rgb(117,128,31); }

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