#75891A

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

Shades of Trendy Green #75891A

Tints of Trendy Green #75891A

Color information

#75891A (or 0x75891A) is unknown color: approx Trendy Green. HEX triplet: 75, 89 and 1A. RGB value is (117,137,26). Sum of RGB (Red+Green+Blue) = 117+137+26=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #75891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75891A is #8A76E5. Grayscale: #767676. Windows color (decimal): -9074406 or 1739125. OLE color: 1739125.

HSL color Cylindrical-coordinate representation of color #75891A: hue angle of 70.81º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75891A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB11713726-
CMYK0.1500.810.46
HSL70.81º68.1%31.96%-
HSV(B)70.81º81.02%53.73%-
XYZ16.4721.754.31-
YUV118.3775.87127.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=41.79%
G=48.93%
B=9.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137260.1500.810.4670.8168.131.96
Hex75891AF0512E474420
Octal165211321701215610710440
Binary1110101100010011101011110101000110111010001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75891A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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