#7E961E

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

Shades of Citron #7E961E

Tints of Citron #7E961E

Color information

#7E961E (or 0x7E961E) is unknown color: approx Citron. HEX triplet: 7E, 96 and 1E. RGB value is (126,150,30). Sum of RGB (Red+Green+Blue) = 126+150+30=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #7E961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E961E is #8169E1. Grayscale: #818181. Windows color (decimal): -8481250 or 2004606. OLE color: 2004606.

HSL color Cylindrical-coordinate representation of color #7E961E: hue angle of 72º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E961E is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB12615030-
CMYK0.1600.800.41
HSL72º66.67%35.29%-
HSV(B)72º80%58.82%-
XYZ19.7426.345.27-
YUV129.1472.05125.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.18%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=41.18%
G=49.02%
B=9.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126150300.1600.800.417266.6735.29
Hex7E961E1005029484323
Octal176226362001205111010343
Binary11111101001011011110100000101000010100110010001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,150,30); }

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

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

 a { background-color: rgb(126,150,30); }

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

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

 span { border-color: rgb(126,150,30); }

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