#7B8532

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

Shades of Trendy Green #7B8532

Tints of Trendy Green #7B8532

Color information

#7B8532 (or 0x7B8532) is unknown color: approx Trendy Green. HEX triplet: 7B, 85 and 32. RGB value is (123,133,50). Sum of RGB (Red+Green+Blue) = 123+133+50=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8532 is #847ACD. Grayscale: #787878. Windows color (decimal): -8682190 or 3310971. OLE color: 3310971.

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

Color convert

RGB12313350-
CMYK0.0800.620.48
HSL67.23º45.36%35.88%-
HSV(B)67.23º62.41%52.16%-
XYZ17.1321.226.21-
YUV120.5588.19129.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.20%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=40.20%
G=43.46%
B=16.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123133500.0800.620.4867.2345.3635.88
Hex7B8532803E30432d24
Octal1732056210076601035544
Binary111101110000101110010100001111101100001000011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,133,50); }

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

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

 a { background-color: rgb(123,133,50); }

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

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

 span { border-color: rgb(123,133,50); }

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