#7C980B

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

Shades of Citron #7C980B

Tints of Citron #7C980B

Color information

#7C980B (or 0x7C980B) is unknown color: approx Citron. HEX triplet: 7C, 98 and 0B. RGB value is (124,152,11). Sum of RGB (Red+Green+Blue) = 124+152+11=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #7C980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C980B is #8367F4. Grayscale: #808080. Windows color (decimal): -8611829 or 759932. OLE color: 759932.

HSL color Cylindrical-coordinate representation of color #7C980B: hue angle of 71.91º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C980B is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB12415211-
CMYK0.1800.930.40
HSL71.91º86.5%31.96%-
HSV(B)71.91º92.76%59.61%-
XYZ19.626.774.45-
YUV127.5562.22125.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=43.21%
G=52.96%
B=3.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124152110.1800.930.4071.9186.531.96
Hex7C98B1205D28485720
Octal174230132201355011012740
Binary1111100100110001011100100101110110100010010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,11); }

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

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

 a { background-color: rgb(124,152,11); }

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

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

 span { border-color: rgb(124,152,11); }

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