#7A831F

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

Shades of Trendy Green #7A831F

Tints of Trendy Green #7A831F

Color information

#7A831F (or 0x7A831F) is unknown color: approx Trendy Green. HEX triplet: 7A, 83 and 1F. RGB value is (122,131,31). Sum of RGB (Red+Green+Blue) = 122+131+31=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #7A831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A831F is #857CE0. Grayscale: #757575. Windows color (decimal): -8748257 or 2065274. OLE color: 2065274.

HSL color Cylindrical-coordinate representation of color #7A831F: hue angle of 65.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A831F is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB12213131-
CMYK0.0700.760.49
HSL65.4º61.73%31.76%-
HSV(B)65.4º76.34%51.37%-
XYZ16.3920.474.38-
YUV116.9179.52131.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=42.96%
G=46.13%
B=10.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122131310.0700.760.4965.461.7331.76
Hex7A831F704C31413e20
Octal1722033770114611017640
Binary11110101000001111111111010011001100011000001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A831F; }

 p { color: rgb(122,131,31); }

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

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

 a { background-color: rgb(122,131,31); }

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

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

 span { border-color: rgb(122,131,31); }

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