#7A8B28

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

Shades of Trendy Green #7A8B28

Tints of Trendy Green #7A8B28

Color information

#7A8B28 (or 0x7A8B28) is unknown color: approx Trendy Green. HEX triplet: 7A, 8B and 28. RGB value is (122,139,40). Sum of RGB (Red+Green+Blue) = 122+139+40=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8B28 is #8574D7. Grayscale: #7B7B7B. Windows color (decimal): -8746200 or 2657146. OLE color: 2657146.

HSL color Cylindrical-coordinate representation of color #7A8B28: hue angle of 70.3º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A8B28 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB12213940-
CMYK0.1200.710.45
HSL70.3º55.31%35.1%-
HSV(B)70.3º71.22%54.51%-
XYZ17.6422.765.47-
YUV122.6381.37127.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=40.53%
G=46.18%
B=13.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122139400.1200.710.4570.355.3135.1
Hex7A8B28C0472D463723
Octal17221350140107551066743
Binary1111010100010111010001100010001111011011000110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,40); }

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

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

 a { background-color: rgb(122,139,40); }

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

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

 span { border-color: rgb(122,139,40); }

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