Html Css Color HEX #7E7512 Olive

📋 copy color: '#7E7512'

red 126 ◦ green 117 ◦ blue 18

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

Shades of Olive #7E7512

Tints of Olive #7E7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 48.28%
G = 44.83%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E7512 (or 0x7E7512) is known color: Olive. HEX triplet: 7E, 75 and 12. RGB value is (126,117,18). Sum of RGB (Red+Green+Blue) = 126+117+18=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7512 is #818AED. Grayscale: #6C6C6C. Windows color (decimal): -8489710 or 1209726. OLE color: 1209726.

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

Color convert

RGB 126 117 18 -
CMYK 0 0.07 0.86 0.51
HSL 55º 0.75% 0.28% -
HSV(B) 55º 0.86% 0.49% -
XYZ 15.07 17.2 3.1 -
YUV 108.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 126 117 18 0 0.07 0.86 0.51 55 0.75 0.28
Hex 7E 75 12 0 7 56 33 37 4B 1C
Octal 176 165 22 0 7 126 63 67 113 34
Binary 1111110 1110101 10010 0 111 1010110 110011 110111 1001011 11100

Color Harmonies of #7E7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7512

Black with #7E7512

Text Example


Text Example

White with #7E7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,18); }

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

background-color css

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

 a { background-color: rgb(126,117,18); }

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

border-color css

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

 span { border-color: rgb(126,117,18); }

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