#788130

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

Shades of Trendy Green #788130

Tints of Trendy Green #788130

Color information

#788130 (or 0x788130) is unknown color: approx Trendy Green. HEX triplet: 78, 81 and 30. RGB value is (120,129,48). Sum of RGB (Red+Green+Blue) = 120+129+48=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #788130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788130 is #877ECF. Grayscale: #757575. Windows color (decimal): -8879824 or 3178872. OLE color: 3178872.

HSL color Cylindrical-coordinate representation of color #788130: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #788130 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB12012948-
CMYK0.0700.630.49
HSL66.67º45.76%34.71%-
HSV(B)66.67º62.79%50.59%-
XYZ16.1319.915.79-
YUV117.0789.02130.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=40.40%
G=43.43%
B=16.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120129480.0700.630.4966.6745.7634.71
Hex788130703F31432e23
Octal170201607077611035643
Binary11110001000000111000011101111111100011000011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788130; }

 p { color: rgb(120,129,48); }

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

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

 a { background-color: rgb(120,129,48); }

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

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

 span { border-color: rgb(120,129,48); }

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