#748719

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

Shades of Trendy Green #748719

Tints of Trendy Green #748719

Color information

#748719 (or 0x748719) is unknown color: approx Trendy Green. HEX triplet: 74, 87 and 19. RGB value is (116,135,25). Sum of RGB (Red+Green+Blue) = 116+135+25=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #748719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748719 is #8B78E6. Grayscale: #757575. Windows color (decimal): -9140455 or 1673076. OLE color: 1673076.

HSL color Cylindrical-coordinate representation of color #748719: hue angle of 70.36º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #748719 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB11613525-
CMYK0.1400.810.47
HSL70.36º68.75%31.37%-
HSV(B)70.36º81.48%52.94%-
XYZ16.0421.114.15-
YUV116.7876.21127.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=42.03%
G=48.91%
B=9.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135250.1400.810.4770.3668.7531.37
Hex748719E0512F46451f
Octal164207311601215710610537
Binary111010010000111110011110010100011011111000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748719; }

 p { color: rgb(116,135,25); }

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

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

 a { background-color: rgb(116,135,25); }

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

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

 span { border-color: rgb(116,135,25); }

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