#7CB708

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

Shades of Lima #7CB708

Tints of Lima #7CB708

Color information

#7CB708 (or 0x7CB708) is unknown color: approx Lima. HEX triplet: 7C, B7 and 08. RGB value is (124,183,8). Sum of RGB (Red+Green+Blue) = 124+183+8=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB708 is #8348F7. Grayscale: #929292. Windows color (decimal): -8603896 or 571260. OLE color: 571260.

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

Color convert

RGB1241838-
CMYK0.3200.960.28
HSL80.23º91.62%37.45%-
HSV(B)80.23º95.63%71.76%-
XYZ25.2938.176.26-
YUV145.4150.45112.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 183 (71.88% from 255) = 58.10%
BLUE value IS 8 (3.52% from 255) = 2.54%
R=39.37%
G=58.10%
B=2.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12418380.3200.960.2880.2391.6237.45
Hex7CB78200601C505c25
Octal174267104001403412013445
Binary1111100101101111000100000011000001110010100001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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