Html Css Color HEX #7E960A Olive

📋 copy color: '#7E960A'

red 126 ◦ green 150 ◦ blue 10

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

Shades of Olive #7E960A

Tints of Olive #7E960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.45%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 44.06%
G = 52.45%
B = 3.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#7E960A (or 0x7E960A) is known color: Olive. HEX triplet: 7E, 96 and 0A. RGB value is (126,150,10). Sum of RGB (Red+Green+Blue) = 126+150+10=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #7E960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E960A is #8169F5. Grayscale: #7F7F7F. Windows color (decimal): -8481270 or 693886. OLE color: 693886.

HSL color Cylindrical-coordinate representation of color #7E960A: hue angle of 70.29º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E960A is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 126 150 10 -
CMYK 0.16 0 0.93 0.41
HSL 70.29º 0.88% 0.31% -
HSV(B) 70.29º 0.93% 0.59% -
XYZ 19.57 26.27 4.33 -
YUV 126.86 62.05 127.38 -
System Red Green Blue C M Y K H S L
Decimal 126 150 10 0.16 0 0.93 0.41 70.29 0.88 0.31
Hex 7E 96 A 10 0 5D 29 46 58 1F
Octal 176 226 12 20 0 135 51 106 130 37
Binary 1111110 10010110 1010 10000 0 1011101 101001 1000110 1011000 11111

Color Harmonies of #7E960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E960A

Black with #7E960A

Text Example


Text Example

White with #7E960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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