Html Css Color HEX #7E8112 Olive

📋 copy color: '#7E8112'

red 126 ◦ green 129 ◦ blue 18

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

Shades of Olive #7E8112

Tints of Olive #7E8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.25%

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

R = 46.15%
G = 47.25%
B = 6.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#7E8112 (or 0x7E8112) is known color: Olive. HEX triplet: 7E, 81 and 12. RGB value is (126,129,18). Sum of RGB (Red+Green+Blue) = 126+129+18=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8112 is #817EED. Grayscale: #737373. Windows color (decimal): -8486638 or 1212798. OLE color: 1212798.

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

Color convert

RGB 126 129 18 -
CMYK 0.02 0 0.86 0.49
HSL 61.62º 0.76% 0.29% -
HSV(B) 61.62º 0.86% 0.51% -
XYZ 16.56 20.18 3.59 -
YUV 115.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 126 129 18 0.02 0 0.86 0.49 61.62 0.76 0.29
Hex 7E 81 12 2 0 56 31 3E 4C 1D
Octal 176 201 22 2 0 126 61 76 114 35
Binary 1111110 10000001 10010 10 0 1010110 110001 111110 1001100 11101

Color Harmonies of #7E8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8112

Black with #7E8112

Text Example


Text Example

White with #7E8112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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