#7B842C

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

Shades of Trendy Green #7B842C

Tints of Trendy Green #7B842C

Color information

#7B842C (or 0x7B842C) is unknown color: approx Trendy Green. HEX triplet: 7B, 84 and 2C. RGB value is (123,132,44). Sum of RGB (Red+Green+Blue) = 123+132+44=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #7B842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B842C is #847BD3. Grayscale: #777777. Windows color (decimal): -8682452 or 2917499. OLE color: 2917499.

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

Color convert

RGB12313244-
CMYK0.0700.670.48
HSL66.14º50%34.51%-
HSV(B)66.14º66.67%51.76%-
XYZ16.8720.95.53-
YUV119.2885.52130.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.14%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=41.14%
G=44.15%
B=14.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123132440.0700.670.4866.145034.51
Hex7B842C704330423223
Octal1732045470103601026243
Binary111101110000100101100111010000111100001000010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,132,44); }

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

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

 a { background-color: rgb(123,132,44); }

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

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

 span { border-color: rgb(123,132,44); }

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