Html Css Color HEX #7C6800 Olive

📋 copy color: '#7C6800'

red 124 ◦ green 104 ◦ blue 0

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

Shades of Olive #7C6800

Tints of Olive #7C6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.39%
G = 45.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7C6800 (or 0x7C6800) is known color: Olive. HEX triplet: 7C, 68 and 00. RGB value is (124,104,0). Sum of RGB (Red+Green+Blue) = 124+104+0=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6800 is #8397FF. Grayscale: #626262. Windows color (decimal): -8624128 or 26748. OLE color: 26748.

HSL color Cylindrical-coordinate representation of color #7C6800: hue angle of 50.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C6800 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 104 0 -
CMYK 0 0.16 1 0.51
HSL 50.32º 1% 0.24% -
HSV(B) 50.32º 1% 0.49% -
XYZ 13.26 14.19 2.04 -
YUV 98.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 124 104 0 0 0.16 1 0.51 50.32 1 0.24
Hex 7C 68 0 0 10 64 33 32 64 18
Octal 174 150 0 0 20 144 63 62 144 30
Binary 1111100 1101000 0 0 10000 1100100 110011 110010 1100100 11000

Color Harmonies of #7C6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6800

Black with #7C6800

Text Example


Text Example

White with #7C6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,0); }

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

background-color css

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

 a { background-color: rgb(124,104,0); }

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

border-color css

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

 span { border-color: rgb(124,104,0); }

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