#7b9b14

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

Shades of Lima #7B9B14

Tints of Lima #7B9B14

Color information

#7B9B14 (or 0x7B9B14) is unknown color: approx Lima. HEX triplet: 7B, 9B and 14. RGB value is (123,155,20). Sum of RGB (Red+Green+Blue) = 123+155+20=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9B14 is #8464EB. Grayscale: #828282. Windows color (decimal): -8676588 or 1350523. OLE color: 1350523.

HSL color Cylindrical-coordinate representation of color #7B9B14: hue angle of 74.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B9B14 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB12315520-
CMYK0.2100.870.39
HSL74.22º77.14%34.31%-
HSV(B)74.22º87.1%60.78%-
XYZ20.0227.74.95-
YUV130.0465.9122.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.28%
GREEN value IS 155 (60.94% from 255) = 52.01%
BLUE value IS 20 (8.20% from 255) = 6.71%
R=41.28%
G=52.01%
B=6.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123155200.2100.870.3974.2277.1434.31
Hex7B9B1415057274a4d22
Octal173233242501274711211542
Binary11110111001101110100101010101011110011110010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b9b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,155,20); }

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

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

 a { background-color: rgb(123,155,20); }

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

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

 span { border-color: rgb(123,155,20); }

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