Html Css Color HEX #7E7106 Olive

📋 copy color: '#7E7106'

red 126 ◦ green 113 ◦ blue 6

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

Shades of Olive #7E7106

Tints of Olive #7E7106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 51.43%
G = 46.12%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7E7106 (or 0x7E7106) is known color: Olive. HEX triplet: 7E, 71 and 06. RGB value is (126,113,6). Sum of RGB (Red+Green+Blue) = 126+113+6=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7106 is #818EF9. Grayscale: #696969. Windows color (decimal): -8490746 or 422270. OLE color: 422270.

HSL color Cylindrical-coordinate representation of color #7E7106: hue angle of 53.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E7106 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 113 6 -
CMYK 0 0.10 0.95 0.51
HSL 53.5º 0.91% 0.26% -
HSV(B) 53.5º 0.95% 0.49% -
XYZ 14.54 16.26 2.54 -
YUV 104.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 126 113 6 0 0.10 0.95 0.51 53.5 0.91 0.26
Hex 7E 71 6 0 A 5F 33 36 5B 1A
Octal 176 161 6 0 12 137 63 66 133 32
Binary 1111110 1110001 110 0 1010 1011111 110011 110110 1011011 11010

Color Harmonies of #7E7106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7106

Black with #7E7106

Text Example


Text Example

White with #7E7106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,113,6); }

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

background-color css

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

 a { background-color: rgb(126,113,6); }

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

border-color css

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

 span { border-color: rgb(126,113,6); }

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