Html Css Color HEX #7E7713 Olive

📋 copy color: '#7E7713'

red 126 ◦ green 119 ◦ blue 19

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

Shades of Olive #7E7713

Tints of Olive #7E7713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.08%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 47.73%
G = 45.08%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7E7713 (or 0x7E7713) is known color: Olive. HEX triplet: 7E, 77 and 13. RGB value is (126,119,19). Sum of RGB (Red+Green+Blue) = 126+119+19=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7713 is #8188EC. Grayscale: #6E6E6E. Windows color (decimal): -8489197 or 1275774. OLE color: 1275774.

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

Color convert

RGB 126 119 19 -
CMYK 0 0.06 0.85 0.51
HSL 56.07º 0.74% 0.28% -
HSV(B) 56.07º 0.85% 0.49% -
XYZ 15.32 17.68 3.22 -
YUV 109.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 126 119 19 0 0.06 0.85 0.51 56.07 0.74 0.28
Hex 7E 77 13 0 6 55 33 38 4A 1C
Octal 176 167 23 0 6 125 63 70 112 34
Binary 1111110 1110111 10011 0 110 1010101 110011 111000 1001010 11100

Color Harmonies of #7E7713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7713

Black with #7E7713

Text Example


Text Example

White with #7E7713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,119,19); }

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

background-color css

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

 a { background-color: rgb(126,119,19); }

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

border-color css

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

 span { border-color: rgb(126,119,19); }

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