Html Css Color HEX #7E7910 Olive

📋 copy color: '#7E7910'

red 126 ◦ green 121 ◦ blue 16

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

Shades of Olive #7E7910

Tints of Olive #7E7910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 47.91%
G = 46.01%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7E7910 (or 0x7E7910) is known color: Olive. HEX triplet: 7E, 79 and 10. RGB value is (126,121,16). Sum of RGB (Red+Green+Blue) = 126+121+16=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7910 is #8186EF. Grayscale: #6E6E6E. Windows color (decimal): -8488688 or 1079678. OLE color: 1079678.

HSL color Cylindrical-coordinate representation of color #7E7910: hue angle of 57.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E7910 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 121 16 -
CMYK 0 0.04 0.87 0.51
HSL 57.27º 0.77% 0.28% -
HSV(B) 57.27º 0.87% 0.49% -
XYZ 15.54 18.15 3.17 -
YUV 110.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 126 121 16 0 0.04 0.87 0.51 57.27 0.77 0.28
Hex 7E 79 10 0 4 57 33 39 4D 1C
Octal 176 171 20 0 4 127 63 71 115 34
Binary 1111110 1111001 10000 0 100 1010111 110011 111001 1001101 11100

Color Harmonies of #7E7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7910

Black with #7E7910

Text Example


Text Example

White with #7E7910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,16); }

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

background-color css

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

 a { background-color: rgb(126,121,16); }

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

border-color css

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

 span { border-color: rgb(126,121,16); }

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