#7B882A

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

Shades of Trendy Green #7B882A

Tints of Trendy Green #7B882A

Color information

#7B882A (or 0x7B882A) is unknown color: approx Trendy Green. HEX triplet: 7B, 88 and 2A. RGB value is (123,136,42). Sum of RGB (Red+Green+Blue) = 123+136+42=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #7B882A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B882A is #8477D5. Grayscale: #797979. Windows color (decimal): -8681430 or 2787451. OLE color: 2787451.

HSL color Cylindrical-coordinate representation of color #7B882A: hue angle of 68.3º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B882A is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB12313642-
CMYK0.1000.690.47
HSL68.3º52.81%34.9%-
HSV(B)68.3º69.12%53.33%-
XYZ17.3921.995.52-
YUV121.483.19129.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.86%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=40.86%
G=45.18%
B=13.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123136420.1000.690.4768.352.8134.9
Hex7B882AA0452F443523
Octal17321052120105571046543
Binary1111011100010001010101010010001011011111000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,136,42); }

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

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

 a { background-color: rgb(123,136,42); }

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

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

 span { border-color: rgb(123,136,42); }

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