Html Css Color HEX #7C710E Olive

📋 copy color: '#7C710E'

red 124 ◦ green 113 ◦ blue 14

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

Shades of Olive #7C710E

Tints of Olive #7C710E

RGB

 RED value IS 124 (48.83% from 255) = 49.4%

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 49.4%
G = 45.02%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C710E (or 0x7C710E) is known color: Olive. HEX triplet: 7C, 71 and 0E. RGB value is (124,113,14). Sum of RGB (Red+Green+Blue) = 124+113+14=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C710E is #838EF1. Grayscale: #696969. Windows color (decimal): -8621810 or 946556. OLE color: 946556.

HSL color Cylindrical-coordinate representation of color #7C710E: hue angle of 54º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C710E is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 113 14 -
CMYK 0 0.09 0.89 0.51
HSL 54º 0.8% 0.27% -
HSV(B) 54º 0.89% 0.49% -
XYZ 14.3 16.13 2.77 -
YUV 105 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 124 113 14 0 0.09 0.89 0.51 54 0.8 0.27
Hex 7C 71 E 0 9 59 33 36 50 1B
Octal 174 161 16 0 11 131 63 66 120 33
Binary 1111100 1110001 1110 0 1001 1011001 110011 110110 1010000 11011

Color Harmonies of #7C710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C710E

Black with #7C710E

Text Example


Text Example

White with #7C710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,14); }

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

background-color css

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

 a { background-color: rgb(124,113,14); }

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

border-color css

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

 span { border-color: rgb(124,113,14); }

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