#7E980B

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

Shades of Citron #7E980B

Tints of Citron #7E980B

Color information

#7E980B (or 0x7E980B) is unknown color: approx Citron. HEX triplet: 7E, 98 and 0B. RGB value is (126,152,11). Sum of RGB (Red+Green+Blue) = 126+152+11=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #7E980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E980B is #8167F4. Grayscale: #808080. Windows color (decimal): -8480757 or 759934. OLE color: 759934.

HSL color Cylindrical-coordinate representation of color #7E980B: hue angle of 71.06º 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 #7E980B is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB12615211-
CMYK0.1700.930.40
HSL71.06º86.5%31.96%-
HSV(B)71.06º92.76%59.61%-
XYZ19.8926.924.46-
YUV128.1561.89126.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=43.60%
G=52.60%
B=3.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal126152110.1700.930.4071.0686.531.96
Hex7E98B1105D28475720
Octal176230132101355010712740
Binary1111110100110001011100010101110110100010001111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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