#747B2F

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

Shades of Trendy Green #747B2F

Tints of Trendy Green #747B2F

Color information

#747B2F (or 0x747B2F) is unknown color: approx Trendy Green. HEX triplet: 74, 7B and 2F. RGB value is (116,123,47). Sum of RGB (Red+Green+Blue) = 116+123+47=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #747B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B2F is #8B84D0. Grayscale: #707070. Windows color (decimal): -9143505 or 3111796. OLE color: 3111796.

HSL color Cylindrical-coordinate representation of color #747B2F: hue angle of 65.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #747B2F is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB11612347-
CMYK0.0600.620.52
HSL65.53º44.71%33.33%-
HSV(B)65.53º61.79%48.24%-
XYZ14.818.085.4-
YUV112.2491.18130.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 47 (18.75% from 255) = 16.43%
R=40.56%
G=43.01%
B=16.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116123470.0600.620.5265.5344.7133.33
Hex747B2F603E34422d21
Octal164173576076641025541
Binary1110100111101110111111001111101101001000010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,123,47); }

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

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

 a { background-color: rgb(116,123,47); }

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

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

 span { border-color: rgb(116,123,47); }

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