#75881F

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

Shades of Trendy Green #75881F

Tints of Trendy Green #75881F

Color information

#75881F (or 0x75881F) is unknown color: approx Trendy Green. HEX triplet: 75, 88 and 1F. RGB value is (117,136,31). Sum of RGB (Red+Green+Blue) = 117+136+31=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #75881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75881F is #8A77E0. Grayscale: #767676. Windows color (decimal): -9074657 or 2066549. OLE color: 2066549.

HSL color Cylindrical-coordinate representation of color #75881F: hue angle of 70.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75881F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB11713631-
CMYK0.1400.770.47
HSL70.86º62.87%32.75%-
HSV(B)70.86º77.21%53.33%-
XYZ16.3921.494.58-
YUV118.3578.71127.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=41.20%
G=47.89%
B=10.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136310.1400.770.4770.8662.8732.75
Hex75881FE04D2F473f21
Octal16521037160115571077741
Binary111010110001000111111110010011011011111000111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75881F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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