#7E931B

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

Shades of Citron #7E931B

Tints of Citron #7E931B

Color information

#7E931B (or 0x7E931B) is unknown color: approx Citron. HEX triplet: 7E, 93 and 1B. RGB value is (126,147,27). Sum of RGB (Red+Green+Blue) = 126+147+27=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #7E931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E931B is #816CE4. Grayscale: #7F7F7F. Windows color (decimal): -8482021 or 1807230. OLE color: 1807230.

HSL color Cylindrical-coordinate representation of color #7E931B: hue angle of 70.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E931B is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB12614727-
CMYK0.1400.820.42
HSL70.5º68.97%34.12%-
HSV(B)70.5º81.63%57.65%-
XYZ19.2425.384.92-
YUV127.0471.54127.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 27 (10.94% from 255) = 9%
R=42%
G=49%
B=9%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147270.1400.820.4270.568.9734.12
Hex7E931BE0522A464522
Octal176223331601225210610542
Binary1111110100100111101111100101001010101010001101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E931B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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