Html Css Color HEX #7E720F Olive

📋 copy color: '#7E720F'

red 126 ◦ green 114 ◦ blue 15

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

Shades of Olive #7E720F

Tints of Olive #7E720F

RGB

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

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

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

R = 49.41%
G = 44.71%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7E720F (or 0x7E720F) is known color: Olive. HEX triplet: 7E, 72 and 0F. RGB value is (126,114,15). Sum of RGB (Red+Green+Blue) = 126+114+15=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E720F is #818DF0. Grayscale: #6A6A6A. Windows color (decimal): -8490481 or 1012350. OLE color: 1012350.

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

Color convert

RGB 126 114 15 -
CMYK 0 0.10 0.88 0.51
HSL 53.51º 0.79% 0.28% -
HSV(B) 53.51º 0.88% 0.49% -
XYZ 14.71 16.5 2.86 -
YUV 106.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 126 114 15 0 0.10 0.88 0.51 53.51 0.79 0.28
Hex 7E 72 F 0 A 58 33 36 4F 1C
Octal 176 162 17 0 12 130 63 66 117 34
Binary 1111110 1110010 1111 0 1010 1011000 110011 110110 1001111 11100

Color Harmonies of #7E720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E720F

Black with #7E720F

Text Example


Text Example

White with #7E720F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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