#7e930f

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

Shades of Citron #7E930F

Tints of Citron #7E930F

Color information

#7E930F (or 0x7E930F) is unknown color: approx Citron. HEX triplet: 7E, 93 and 0F. RGB value is (126,147,15). Sum of RGB (Red+Green+Blue) = 126+147+15=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #7E930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E930F is #816CF0. Grayscale: #7E7E7E. Windows color (decimal): -8482033 or 1020798. OLE color: 1020798.

HSL color Cylindrical-coordinate representation of color #7E930F: hue angle of 69.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E930F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB12614715-
CMYK0.1400.900.42
HSL69.55º81.48%31.76%-
HSV(B)69.55º89.8%57.65%-
XYZ19.1225.344.33-
YUV125.6765.54128.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.75%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=43.75%
G=51.04%
B=5.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147150.1400.900.4269.5581.4831.76
Hex7E93FE05A2A465120
Octal176223171601325210612140
Binary111111010010011111111100101101010101010001101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e930f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,15); }

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

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

 a { background-color: rgb(126,147,15); }

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

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

 span { border-color: rgb(126,147,15); }

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