#799C1D

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

Shades of Lima #799C1D

Tints of Lima #799C1D

Color information

#799C1D (or 0x799C1D) is unknown color: approx Lima. HEX triplet: 79, 9C and 1D. RGB value is (121,156,29). Sum of RGB (Red+Green+Blue) = 121+156+29=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #799C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799C1D is #8663E2. Grayscale: #838383. Windows color (decimal): -8807395 or 1940601. OLE color: 1940601.

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

Color convert

RGB12115629-
CMYK0.2200.810.39
HSL76.54º68.65%36.27%-
HSV(B)76.54º81.41%61.18%-
XYZ2027.935.5-
YUV131.0670.4120.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=39.54%
G=50.98%
B=9.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121156290.2200.810.3976.5468.6536.27
Hex799C1D16051274d4524
Octal171234352601214711510544
Binary11110011001110011101101100101000110011110011011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,29); }

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

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

 a { background-color: rgb(121,156,29); }

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

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

 span { border-color: rgb(121,156,29); }

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