Html Css Color HEX #7E7206 Olive

📋 copy color: '#7E7206'

red 126 ◦ green 114 ◦ blue 6

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

Shades of Olive #7E7206

Tints of Olive #7E7206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

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

R = 51.22%
G = 46.34%
B = 2.44%

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

#7E7206 (or 0x7E7206) is known color: Olive. HEX triplet: 7E, 72 and 06. RGB value is (126,114,6). Sum of RGB (Red+Green+Blue) = 126+114+6=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7206 is #818DF9. Grayscale: #696969. Windows color (decimal): -8490490 or 422526. OLE color: 422526.

HSL color Cylindrical-coordinate representation of color #7E7206: hue angle of 54º 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 #7E7206 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 114 6 -
CMYK 0 0.10 0.95 0.51
HSL 54º 0.91% 0.26% -
HSV(B) 54º 0.95% 0.49% -
XYZ 14.65 16.48 2.58 -
YUV 105.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 126 114 6 0 0.10 0.95 0.51 54 0.91 0.26
Hex 7E 72 6 0 A 5F 33 36 5B 1A
Octal 176 162 6 0 12 137 63 66 133 32
Binary 1111110 1110010 110 0 1010 1011111 110011 110110 1011011 11010

Color Harmonies of #7E7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7206

Black with #7E7206

Text Example


Text Example

White with #7E7206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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