#7CB704

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

Shades of Lima #7CB704

Tints of Lima #7CB704

Color information

#7CB704 (or 0x7CB704) is unknown color: approx Lima. HEX triplet: 7C, B7 and 04. RGB value is (124,183,4). Sum of RGB (Red+Green+Blue) = 124+183+4=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB704 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB704 is #8348FB. Grayscale: #919191. Windows color (decimal): -8603900 or 309116. OLE color: 309116.

HSL color Cylindrical-coordinate representation of color #7CB704: hue angle of 79.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CB704 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1241834-
CMYK0.3200.980.28
HSL79.78º95.72%36.67%-
HSV(B)79.78º97.81%71.76%-
XYZ25.2738.166.15-
YUV144.9548.45113.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 183 (71.88% from 255) = 58.84%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=39.87%
G=58.84%
B=1.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12418340.3200.980.2879.7895.7236.67
Hex7CB74200621C506025
Octal17426744001423412014045
Binary111110010110111100100000011000101110010100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,183,4); }

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

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

 a { background-color: rgb(124,183,4); }

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

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

 span { border-color: rgb(124,183,4); }

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