#7E990A

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

Shades of Citron #7E990A

Tints of Citron #7E990A

Color information

#7E990A (or 0x7E990A) is unknown color: approx Citron. HEX triplet: 7E, 99 and 0A. RGB value is (126,153,10). Sum of RGB (Red+Green+Blue) = 126+153+10=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #7E990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E990A is #8166F5. Grayscale: #818181. Windows color (decimal): -8480502 or 694654. OLE color: 694654.

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

Color convert

RGB12615310-
CMYK0.1800.930.4
HSL71.33º87.73%31.96%-
HSV(B)71.33º93.46%60%-
XYZ20.0527.244.49-
YUV128.6261.05126.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=43.60%
G=52.94%
B=3.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153100.1800.930.471.3387.7331.96
Hex7E99A1205D28475820
Octal176231122201355010713040
Binary1111110100110011010100100101110110100010001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,10); }

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

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

 a { background-color: rgb(126,153,10); }

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

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

 span { border-color: rgb(126,153,10); }

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