#7C9F14

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

Shades of Lima #7C9F14

Tints of Lima #7C9F14

Color information

#7C9F14 (or 0x7C9F14) is unknown color: approx Lima. HEX triplet: 7C, 9F and 14. RGB value is (124,159,20). Sum of RGB (Red+Green+Blue) = 124+159+20=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9F14 is #8360EB. Grayscale: #858585. Windows color (decimal): -8610028 or 1351548. OLE color: 1351548.

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

Color convert

RGB12415920-
CMYK0.2200.870.38
HSL75.11º77.65%35.1%-
HSV(B)75.11º87.42%62.35%-
XYZ20.8429.135.19-
YUV132.6964.4121.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 159 (62.5% from 255) = 52.48%
BLUE value IS 20 (8.20% from 255) = 6.60%
R=40.92%
G=52.48%
B=6.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124159200.2200.870.3875.1177.6535.1
Hex7C9F1416057264b4e23
Octal174237242601274611311643
Binary11111001001111110100101100101011110011010010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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