#7B9E16

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

Shades of Lima #7B9E16

Tints of Lima #7B9E16

Color information

#7B9E16 (or 0x7B9E16) is unknown color: approx Lima. HEX triplet: 7B, 9E and 16. RGB value is (123,158,22). Sum of RGB (Red+Green+Blue) = 123+158+22=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9E16 is #8461E9. Grayscale: #848484. Windows color (decimal): -8675818 or 1482363. OLE color: 1482363.

HSL color Cylindrical-coordinate representation of color #7B9E16: hue angle of 75.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B9E16 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB12315822-
CMYK0.2200.860.38
HSL75.44º75.56%35.29%-
HSV(B)75.44º86.08%61.96%-
XYZ20.5428.725.22-
YUV132.0365.9121.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.59%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=40.59%
G=52.15%
B=7.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123158220.2200.860.3875.4475.5635.29
Hex7B9E1616056264b4c23
Octal173236262601264611311443
Binary11110111001111010110101100101011010011010010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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