#7A8416

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

Shades of Trendy Green #7A8416

Tints of Trendy Green #7A8416

Color information

#7A8416 (or 0x7A8416) is unknown color: approx Trendy Green. HEX triplet: 7A, 84 and 16. RGB value is (122,132,22). Sum of RGB (Red+Green+Blue) = 122+132+22=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8416 is #857BE9. Grayscale: #747474. Windows color (decimal): -8748010 or 1475706. OLE color: 1475706.

HSL color Cylindrical-coordinate representation of color #7A8416: hue angle of 65.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A8416 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB12213222-
CMYK0.0800.830.48
HSL65.45º71.43%30.2%-
HSV(B)65.45º83.33%51.76%-
XYZ16.4220.73.89-
YUV116.4774.69131.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.20%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=44.20%
G=47.83%
B=7.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132220.0800.830.4865.4571.4330.2
Hex7A841680533041471e
Octal172204261001236010110736
Binary111101010000100101101000010100111100001000001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,132,22); }

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

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

 a { background-color: rgb(122,132,22); }

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

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

 span { border-color: rgb(122,132,22); }

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