#757918

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

Shades of Trendy Green #757918

Tints of Trendy Green #757918

Color information

#757918 (or 0x757918) is unknown color: approx Trendy Green. HEX triplet: 75, 79 and 18. RGB value is (117,121,24). Sum of RGB (Red+Green+Blue) = 117+121+24=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #757918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757918 is #8A86E7. Grayscale: #6D6D6D. Windows color (decimal): -9078504 or 1603957. OLE color: 1603957.

HSL color Cylindrical-coordinate representation of color #757918: hue angle of 62.47º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #757918 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB11712124-
CMYK0.0300.800.53
HSL62.47º66.9%28.43%-
HSV(B)62.47º80.17%47.45%-
XYZ14.3417.523.49-
YUV108.7580.17133.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=44.66%
G=46.18%
B=9.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121240.0300.800.5362.4766.928.43
Hex7579183050353e431c
Octal1651713030120657610334
Binary11101011111001110001101010000110101111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757918; }

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

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

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

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

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

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

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

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