Html Css Color HEX #7C760E Olive

📋 copy color: '#7C760E'

red 124 ◦ green 118 ◦ blue 14

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

Shades of Olive #7C760E

Tints of Olive #7C760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 48.44%
G = 46.09%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C760E (or 0x7C760E) is known color: Olive. HEX triplet: 7C, 76 and 0E. RGB value is (124,118,14). Sum of RGB (Red+Green+Blue) = 124+118+14=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C760E is #8389F1. Grayscale: #6C6C6C. Windows color (decimal): -8620530 or 947836. OLE color: 947836.

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

Color convert

RGB 124 118 14 -
CMYK 0 0.05 0.89 0.51
HSL 56.73º 0.8% 0.27% -
HSV(B) 56.73º 0.89% 0.49% -
XYZ 14.87 17.27 2.97 -
YUV 107.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 124 118 14 0 0.05 0.89 0.51 56.73 0.8 0.27
Hex 7C 76 E 0 5 59 33 39 50 1B
Octal 174 166 16 0 5 131 63 71 120 33
Binary 1111100 1110110 1110 0 101 1011001 110011 111001 1010000 11011

Color Harmonies of #7C760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C760E

Black with #7C760E

Text Example


Text Example

White with #7C760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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