Html Css Color HEX #7E7704 Olive

📋 copy color: '#7E7704'

red 126 ◦ green 119 ◦ blue 4

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

Shades of Olive #7E7704

Tints of Olive #7E7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 50.6%
G = 47.79%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7E7704 (or 0x7E7704) is known color: Olive. HEX triplet: 7E, 77 and 04. RGB value is (126,119,4). Sum of RGB (Red+Green+Blue) = 126+119+4=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7704 is #8188FB. Grayscale: #6C6C6C. Windows color (decimal): -8489212 or 292734. OLE color: 292734.

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

Color convert

RGB 126 119 4 -
CMYK 0 0.06 0.97 0.51
HSL 56.56º 0.94% 0.25% -
HSV(B) 56.56º 0.97% 0.49% -
XYZ 15.22 17.64 2.72 -
YUV 107.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 126 119 4 0 0.06 0.97 0.51 56.56 0.94 0.25
Hex 7E 77 4 0 6 61 33 39 5E 19
Octal 176 167 4 0 6 141 63 71 136 31
Binary 1111110 1110111 100 0 110 1100001 110011 111001 1011110 11001

Color Harmonies of #7E7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7704

Black with #7E7704

Text Example


Text Example

White with #7E7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,119,4); }

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

background-color css

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

 a { background-color: rgb(126,119,4); }

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

border-color css

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

 span { border-color: rgb(126,119,4); }

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