#7E9518

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

Shades of Citron #7E9518

Tints of Citron #7E9518

Color information

#7E9518 (or 0x7E9518) is unknown color: approx Citron. HEX triplet: 7E, 95 and 18. RGB value is (126,149,24). Sum of RGB (Red+Green+Blue) = 126+149+24=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9518 is #816AE7. Grayscale: #808080. Windows color (decimal): -8481512 or 1611134. OLE color: 1611134.

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

Color convert

RGB12614924-
CMYK0.1500.840.42
HSL71.04º72.25%33.92%-
HSV(B)71.04º83.89%58.43%-
XYZ19.52264.85-
YUV127.8769.38126.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=42.14%
G=49.83%
B=8.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126149240.1500.840.4271.0472.2533.92
Hex7E9518F0542A474822
Octal176225301701245210711042
Binary1111110100101011100011110101010010101010001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,24); }

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

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

 a { background-color: rgb(126,149,24); }

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

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

 span { border-color: rgb(126,149,24); }

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