Html Css Color HEX #7E9516 Citron

📋 copy color: '#7E9516'

red 126 ◦ green 149 ◦ blue 22

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

Shades of Citron #7E9516

Tints of Citron #7E9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.17%

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 42.42%
G = 50.17%
B = 7.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#7E9516 (or 0x7E9516) is known color: Citron. HEX triplet: 7E, 95 and 16. RGB value is (126,149,22). Sum of RGB (Red+Green+Blue) = 126+149+22=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9516 is #816AE9. Grayscale: #808080. Windows color (decimal): -8481514 or 1480062. OLE color: 1480062.

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

Color convert

RGB 126 149 22 -
CMYK 0.15 0 0.85 0.42
HSL 70.87º 0.74% 0.34% -
HSV(B) 70.87º 0.85% 0.58% -
XYZ 19.5 25.99 4.75 -
YUV 127.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 126 149 22 0.15 0 0.85 0.42 70.87 0.74 0.34
Hex 7E 95 16 F 0 55 2A 47 4A 22
Octal 176 225 26 17 0 125 52 107 112 42
Binary 1111110 10010101 10110 1111 0 1010101 101010 1000111 1001010 100010

Color Harmonies of #7E9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9516

Black with #7E9516

Text Example


Text Example

White with #7E9516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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