#7CB309

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

Shades of Lima #7CB309

Tints of Lima #7CB309

Color information

#7CB309 (or 0x7CB309) is unknown color: approx Lima. HEX triplet: 7C, B3 and 09. RGB value is (124,179,9). Sum of RGB (Red+Green+Blue) = 124+179+9=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB309 is #834CF6. Grayscale: #8F8F8F. Windows color (decimal): -8604919 or 635772. OLE color: 635772.

HSL color Cylindrical-coordinate representation of color #7CB309: hue angle of 79.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CB309 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB1241799-
CMYK0.3100.950.30
HSL79.41º90.43%36.86%-
HSV(B)79.41º94.97%70.2%-
XYZ24.4836.556.02-
YUV143.1852.28114.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 179 (70.31% from 255) = 57.37%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=39.74%
G=57.37%
B=2.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12417990.3100.950.3079.4190.4336.86
Hex7CB391F05F1E4f5a25
Octal174263113701373611713245
Binary111110010110011100111111010111111111010011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,9); }

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

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

 a { background-color: rgb(124,179,9); }

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

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

 span { border-color: rgb(124,179,9); }

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