Html Css Color HEX #7E6A00 Olive

📋 copy color: '#7E6A00'

red 126 ◦ green 106 ◦ blue 0

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

Shades of Olive #7E6A00

Tints of Olive #7E6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.31%
G = 45.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7E6A00 (or 0x7E6A00) is known color: Olive. HEX triplet: 7E, 6A and 00. RGB value is (126,106,0). Sum of RGB (Red+Green+Blue) = 126+106+0=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6A00 is #8195FF. Grayscale: #646464. Windows color (decimal): -8492544 or 27262. OLE color: 27262.

HSL color Cylindrical-coordinate representation of color #7E6A00: hue angle of 50.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E6A00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 106 0 -
CMYK 0 0.16 1 0.51
HSL 50.48º 1% 0.25% -
HSV(B) 50.48º 1% 0.49% -
XYZ 13.76 14.74 2.12 -
YUV 99.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 126 106 0 0 0.16 1 0.51 50.48 1 0.25
Hex 7E 6A 0 0 10 64 33 32 64 19
Octal 176 152 0 0 20 144 63 62 144 31
Binary 1111110 1101010 0 0 10000 1100100 110011 110010 1100100 11001

Color Harmonies of #7E6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6A00

Black with #7E6A00

Text Example


Text Example

White with #7E6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,106,0); }

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

background-color css

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

 a { background-color: rgb(126,106,0); }

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

border-color css

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

 span { border-color: rgb(126,106,0); }

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