#7B8216

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

Shades of Trendy Green #7B8216

Tints of Trendy Green #7B8216

Color information

#7B8216 (or 0x7B8216) is unknown color: approx Trendy Green. HEX triplet: 7B, 82 and 16. RGB value is (123,130,22). Sum of RGB (Red+Green+Blue) = 123+130+22=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #7B8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8216 is #847DE9. Grayscale: #747474. Windows color (decimal): -8682986 or 1475195. OLE color: 1475195.

HSL color Cylindrical-coordinate representation of color #7B8216: hue angle of 63.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B8216 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB12313022-
CMYK0.0500.830.49
HSL63.89º71.05%29.8%-
HSV(B)63.89º83.08%50.98%-
XYZ16.320.233.81-
YUV115.675.18133.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 22 (8.98% from 255) = 8%
R=44.73%
G=47.27%
B=8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123130220.0500.830.4963.8971.0529.8
Hex7B821650533140471e
Octal17320226501236110010736
Binary11110111000001010110101010100111100011000000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,130,22); }

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

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

 a { background-color: rgb(123,130,22); }

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

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

 span { border-color: rgb(123,130,22); }

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