#7B8D1D

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

Shades of Trendy Green #7B8D1D

Tints of Trendy Green #7B8D1D

Color information

#7B8D1D (or 0x7B8D1D) is unknown color: approx Trendy Green. HEX triplet: 7B, 8D and 1D. RGB value is (123,141,29). Sum of RGB (Red+Green+Blue) = 123+141+29=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8D1D is #8472E2. Grayscale: #7B7B7B. Windows color (decimal): -8680163 or 1936763. OLE color: 1936763.

HSL color Cylindrical-coordinate representation of color #7B8D1D: hue angle of 69.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B8D1D is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB12314129-
CMYK0.1300.790.45
HSL69.64º65.88%33.33%-
HSV(B)69.64º79.43%55.29%-
XYZ17.9223.354.73-
YUV122.8575.04128.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.98%
GREEN value IS 141 (55.47% from 255) = 48.12%
BLUE value IS 29 (11.72% from 255) = 9.90%
R=41.98%
G=48.12%
B=9.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123141290.1300.790.4569.6465.8833.33
Hex7B8D1DD04F2D464221
Octal173215351501175510610241
Binary1111011100011011110111010100111110110110001101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,141,29); }

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

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

 a { background-color: rgb(123,141,29); }

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

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

 span { border-color: rgb(123,141,29); }

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