#7A8A13

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

Shades of Trendy Green #7A8A13

Tints of Trendy Green #7A8A13

Color information

#7A8A13 (or 0x7A8A13) is unknown color: approx Trendy Green. HEX triplet: 7A, 8A and 13. RGB value is (122,138,19). Sum of RGB (Red+Green+Blue) = 122+138+19=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A13 is #8575EC. Grayscale: #787878. Windows color (decimal): -8746477 or 1280634. OLE color: 1280634.

HSL color Cylindrical-coordinate representation of color #7A8A13: hue angle of 68.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A8A13 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB12213819-
CMYK0.1200.860.46
HSL68.07º75.8%30.78%-
HSV(B)68.07º86.23%54.12%-
XYZ17.2322.364.02-
YUV119.6571.2129.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=43.73%
G=49.46%
B=6.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122138190.1200.860.4668.0775.830.78
Hex7A8A13C0562E444c1f
Octal172212231401265610411437
Binary111101010001010100111100010101101011101000100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,138,19); }

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

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

 a { background-color: rgb(122,138,19); }

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

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

 span { border-color: rgb(122,138,19); }

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