#747F18

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

Shades of Trendy Green #747F18

Tints of Trendy Green #747F18

Color information

#747F18 (or 0x747F18) is unknown color: approx Trendy Green. HEX triplet: 74, 7F and 18. RGB value is (116,127,24). Sum of RGB (Red+Green+Blue) = 116+127+24=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #747F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747F18 is #8B80E7. Grayscale: #707070. Windows color (decimal): -9142504 or 1605492. OLE color: 1605492.

HSL color Cylindrical-coordinate representation of color #747F18: hue angle of 66.41º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #747F18 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB11612724-
CMYK0.0900.810.50
HSL66.41º68.21%29.61%-
HSV(B)66.41º81.1%49.8%-
XYZ14.9618.963.74-
YUV111.9778.36130.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=43.45%
G=47.57%
B=8.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116127240.0900.810.5066.4168.2129.61
Hex747F1890513242441e
Octal164177301101216210210436
Binary11101001111111110001001010100011100101000010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F18; }

 p { color: rgb(116,127,24); }

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

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

 a { background-color: rgb(116,127,24); }

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

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

 span { border-color: rgb(116,127,24); }

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