#7F980C

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

Shades of Citron #7F980C

Tints of Citron #7F980C

Color information

#7F980C (or 0x7F980C) is unknown color: approx Citron. HEX triplet: 7F, 98 and 0C. RGB value is (127,152,12). Sum of RGB (Red+Green+Blue) = 127+152+12=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #7F980C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F980C is #8067F3. Grayscale: #818181. Windows color (decimal): -8415220 or 825471. OLE color: 825471.

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

Color convert

RGB12715212-
CMYK0.1600.920.40
HSL70.71º85.37%32.16%-
HSV(B)70.71º92.11%59.61%-
XYZ20.05274.5-
YUV128.5662.22126.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 152 (59.77% from 255) = 52.23%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=43.64%
G=52.23%
B=4.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127152120.1600.920.4070.7185.3732.16
Hex7F98C1005C28475520
Octal177230142001345010712540
Binary1111111100110001100100000101110010100010001111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F980C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,152,12); }

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

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

 a { background-color: rgb(127,152,12); }

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

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

 span { border-color: rgb(127,152,12); }

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