#7C9F1D

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

Shades of Lima #7C9F1D

Tints of Lima #7C9F1D

Color information

#7C9F1D (or 0x7C9F1D) is unknown color: approx Lima. HEX triplet: 7C, 9F and 1D. RGB value is (124,159,29). Sum of RGB (Red+Green+Blue) = 124+159+29=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9F1D is #8360E2. Grayscale: #868686. Windows color (decimal): -8610019 or 1941372. OLE color: 1941372.

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

Color convert

RGB12415929-
CMYK0.2200.820.38
HSL76.15º69.15%36.86%-
HSV(B)76.15º81.76%62.35%-
XYZ20.9329.175.69-
YUV133.7268.9121.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 159 (62.5% from 255) = 50.96%
BLUE value IS 29 (11.72% from 255) = 9.29%
R=39.74%
G=50.96%
B=9.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124159290.2200.820.3876.1569.1536.86
Hex7C9F1D16052264c4525
Octal174237352601224611410545
Binary11111001001111111101101100101001010011010011001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,159,29); }

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

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

 a { background-color: rgb(124,159,29); }

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

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

 span { border-color: rgb(124,159,29); }

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