#799E1B

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

Shades of Lima #799E1B

Tints of Lima #799E1B

Color information

#799E1B (or 0x799E1B) is unknown color: approx Lima. HEX triplet: 79, 9E and 1B. RGB value is (121,158,27). Sum of RGB (Red+Green+Blue) = 121+158+27=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #799E1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E1B is #8661E4. Grayscale: #848484. Windows color (decimal): -8806885 or 1810041. OLE color: 1810041.

HSL color Cylindrical-coordinate representation of color #799E1B: hue angle of 76.95º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #799E1B is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB12115827-
CMYK0.2300.830.38
HSL76.95º70.81%36.27%-
HSV(B)76.95º82.91%61.96%-
XYZ20.3128.65.49-
YUV13268.74120.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 27 (10.94% from 255) = 8.82%
R=39.54%
G=51.63%
B=8.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121158270.2300.830.3876.9570.8136.27
Hex799E1B17053264d4724
Octal171236332701234611510744
Binary11110011001111011011101110101001110011010011011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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