#799B1B

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

Shades of Lima #799B1B

Tints of Lima #799B1B

Color information

#799B1B (or 0x799B1B) is unknown color: approx Lima. HEX triplet: 79, 9B and 1B. RGB value is (121,155,27). Sum of RGB (Red+Green+Blue) = 121+155+27=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #799B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799B1B is #8664E4. Grayscale: #828282. Windows color (decimal): -8807653 or 1809273. OLE color: 1809273.

HSL color Cylindrical-coordinate representation of color #799B1B: hue angle of 75.94º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #799B1B is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB12115527-
CMYK0.2200.830.39
HSL75.94º70.33%35.69%-
HSV(B)75.94º82.58%60.78%-
XYZ19.827.595.32-
YUV130.2469.74121.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 27 (10.94% from 255) = 8.91%
R=39.93%
G=51.16%
B=8.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121155270.2200.830.3975.9470.3335.69
Hex799B1B16053274c4624
Octal171233332601234711410644
Binary11110011001101111011101100101001110011110011001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799B1B; }

 p { color: rgb(121,155,27); }

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

<style>
 a { background-color: #799B1B; }

 a { background-color: rgb(121,155,27); }

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

<style>
 span { border-color: #799B1B; }

 span { border-color: rgb(121,155,27); }

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