Html Css Color HEX #7E7D0F Olive

📋 copy color: '#7E7D0F'

red 126 ◦ green 125 ◦ blue 15

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

Shades of Olive #7E7D0F

Tints of Olive #7E7D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.99%

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 47.37%
G = 46.99%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7E7D0F (or 0x7E7D0F) is known color: Olive. HEX triplet: 7E, 7D and 0F. RGB value is (126,125,15). Sum of RGB (Red+Green+Blue) = 126+125+15=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 125 (49.22% from 255 or 46.99% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7D0F is #8182F0. Grayscale: #717171. Windows color (decimal): -8487665 or 1015166. OLE color: 1015166.

HSL color Cylindrical-coordinate representation of color #7E7D0F: hue angle of 59.46º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E7D0F is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 125 15 -
CMYK 0 0.01 0.88 0.51
HSL 59.46º 0.79% 0.28% -
HSV(B) 59.46º 0.88% 0.49% -
XYZ 16.02 19.14 3.3 -
YUV 112.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 126 125 15 0 0.01 0.88 0.51 59.46 0.79 0.28
Hex 7E 7D F 0 1 58 33 3B 4F 1C
Octal 176 175 17 0 1 130 63 73 117 34
Binary 1111110 1111101 1111 0 1 1011000 110011 111011 1001111 11100

Color Harmonies of #7E7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7D0F

Black with #7E7D0F

Text Example


Text Example

White with #7E7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,125,15); }

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

background-color css

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

 a { background-color: rgb(126,125,15); }

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

border-color css

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

 span { border-color: rgb(126,125,15); }

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