#7A8530

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

Shades of Trendy Green #7A8530

Tints of Trendy Green #7A8530

Color information

#7A8530 (or 0x7A8530) is unknown color: approx Trendy Green. HEX triplet: 7A, 85 and 30. RGB value is (122,133,48). Sum of RGB (Red+Green+Blue) = 122+133+48=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8530 is #857ACF. Grayscale: #787878. Windows color (decimal): -8747728 or 3179898. OLE color: 3179898.

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

Color convert

RGB12213348-
CMYK0.0800.640.48
HSL67.76º46.96%35.49%-
HSV(B)67.76º63.91%52.16%-
XYZ16.9521.135.98-
YUV120.0287.36129.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=40.26%
G=43.89%
B=15.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122133480.0800.640.4867.7646.9635.49
Hex7A8530804030442f23
Octal17220560100100601045743
Binary1111010100001011100001000010000001100001000100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,48); }

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

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

 a { background-color: rgb(122,133,48); }

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

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

 span { border-color: rgb(122,133,48); }

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