Html Css Color HEX #7C7811 Olive

📋 copy color: '#7C7811'

red 124 ◦ green 120 ◦ blue 17

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

Shades of Olive #7C7811

Tints of Olive #7C7811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 47.51%
G = 45.98%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C7811 (or 0x7C7811) is known color: Olive. HEX triplet: 7C, 78 and 11. RGB value is (124,120,17). Sum of RGB (Red+Green+Blue) = 124+120+17=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7811 is #8387EE. Grayscale: #6D6D6D. Windows color (decimal): -8620015 or 1144956. OLE color: 1144956.

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

Color convert

RGB 124 120 17 -
CMYK 0 0.03 0.86 0.51
HSL 57.76º 0.76% 0.28% -
HSV(B) 57.76º 0.86% 0.49% -
XYZ 15.13 17.76 3.16 -
YUV 109.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 124 120 17 0 0.03 0.86 0.51 57.76 0.76 0.28
Hex 7C 78 11 0 3 56 33 3A 4C 1C
Octal 174 170 21 0 3 126 63 72 114 34
Binary 1111100 1111000 10001 0 11 1010110 110011 111010 1001100 11100

Color Harmonies of #7C7811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7811

Black with #7C7811

Text Example


Text Example

White with #7C7811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,120,17); }

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

background-color css

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

 a { background-color: rgb(124,120,17); }

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

border-color css

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

 span { border-color: rgb(124,120,17); }

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