#75791D

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

Shades of Trendy Green #75791D

Tints of Trendy Green #75791D

Color information

#75791D (or 0x75791D) is unknown color: approx Trendy Green. HEX triplet: 75, 79 and 1D. RGB value is (117,121,29). Sum of RGB (Red+Green+Blue) = 117+121+29=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #75791D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75791D is #8A86E2. Grayscale: #6D6D6D. Windows color (decimal): -9078499 or 1931637. OLE color: 1931637.

HSL color Cylindrical-coordinate representation of color #75791D: hue angle of 62.61º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75791D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11712129-
CMYK0.0300.760.53
HSL62.61º61.33%29.41%-
HSV(B)62.61º76.03%47.45%-
XYZ14.417.553.79-
YUV109.3282.67133.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=43.82%
G=45.32%
B=10.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121290.0300.760.5362.6161.3329.41
Hex75791D304C353f3d1d
Octal165171353011465777535
Binary1110101111100111101110100110011010111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75791D; }

 p { color: rgb(117,121,29); }

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

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

 a { background-color: rgb(117,121,29); }

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

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

 span { border-color: rgb(117,121,29); }

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