#7F980A

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

Shades of Citron #7F980A

Tints of Citron #7F980A

Color information

#7F980A (or 0x7F980A) is unknown color: approx Citron. HEX triplet: 7F, 98 and 0A. RGB value is (127,152,10). Sum of RGB (Red+Green+Blue) = 127+152+10=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #7F980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F980A is #8067F5. Grayscale: #808080. Windows color (decimal): -8415222 or 694399. OLE color: 694399.

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

Color convert

RGB12715210-
CMYK0.1600.930.40
HSL70.56º87.65%31.76%-
HSV(B)70.56º93.42%59.61%-
XYZ20.0426.994.44-
YUV128.3461.22127.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=43.94%
G=52.60%
B=3.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127152100.1600.930.4070.5687.6531.76
Hex7F98A1005D28475820
Octal177230122001355010713040
Binary1111111100110001010100000101110110100010001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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