#7A8135

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

Shades of Trendy Green #7A8135

Tints of Trendy Green #7A8135

Color information

#7A8135 (or 0x7A8135) is unknown color: approx Trendy Green. HEX triplet: 7A, 81 and 35. RGB value is (122,129,53). Sum of RGB (Red+Green+Blue) = 122+129+53=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8135 is #857ECA. Grayscale: #767676. Windows color (decimal): -8748747 or 3506554. OLE color: 3506554.

HSL color Cylindrical-coordinate representation of color #7A8135: hue angle of 65.53º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A8135 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB12212953-
CMYK0.0500.590.49
HSL65.53º41.76%35.69%-
HSV(B)65.53º58.91%50.59%-
XYZ16.5220.16.38-
YUV118.2491.18130.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=40.13%
G=42.43%
B=17.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122129530.0500.590.4965.5341.7635.69
Hex7A8135503B31422a24
Octal172201655073611025244
Binary11110101000000111010110101110111100011000010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,129,53); }

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

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

 a { background-color: rgb(122,129,53); }

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

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

 span { border-color: rgb(122,129,53); }

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