Html Css Color HEX #7E9314 Citron

📋 copy color: '#7E9314'

red 126 ◦ green 147 ◦ blue 20

#7E9314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #7E9314

Tints of Citron #7E9314

RGB

 RED value IS 126 (49.61% from 255) = 43%

 GREEN value IS 147 (57.81% from 255) = 50.17%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 43%
G = 50.17%
B = 6.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#7E9314 (or 0x7E9314) is known color: Citron. HEX triplet: 7E, 93 and 14. RGB value is (126,147,20). Sum of RGB (Red+Green+Blue) = 126+147+20=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9314 is #816CEB. Grayscale: #7E7E7E. Windows color (decimal): -8482028 or 1348478. OLE color: 1348478.

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

Color convert

RGB 126 147 20 -
CMYK 0.14 0 0.86 0.42
HSL 69.92º 0.76% 0.33% -
HSV(B) 69.92º 0.86% 0.58% -
XYZ 19.16 25.35 4.55 -
YUV 126.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 126 147 20 0.14 0 0.86 0.42 69.92 0.76 0.33
Hex 7E 93 14 E 0 56 2A 46 4C 21
Octal 176 223 24 16 0 126 52 106 114 41
Binary 1111110 10010011 10100 1110 0 1010110 101010 1000110 1001100 100001

Color Harmonies of #7E9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9314

Black with #7E9314

Text Example


Text Example

White with #7E9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E9314;
 }
 .AnyTagClassName
 {
   color: #7E9314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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