Html Css Color HEX #7C6D00 Olive

📋 copy color: '#7C6D00'

red 124 ◦ green 109 ◦ blue 0

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

Shades of Olive #7C6D00

Tints of Olive #7C6D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.78%

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

R = 53.22%
G = 46.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7C6D00 (or 0x7C6D00) is known color: Olive. HEX triplet: 7C, 6D and 00. RGB value is (124,109,0). Sum of RGB (Red+Green+Blue) = 124+109+0=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6D00 is #8392FF. Grayscale: #656565. Windows color (decimal): -8622848 or 28028. OLE color: 28028.

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

Color convert

RGB 124 109 0 -
CMYK 0 0.12 1 0.51
HSL 52.74º 1% 0.24% -
HSV(B) 52.74º 1% 0.49% -
XYZ 13.78 15.22 2.21 -
YUV 101.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 124 109 0 0 0.12 1 0.51 52.74 1 0.24
Hex 7C 6D 0 0 C 64 33 35 64 18
Octal 174 155 0 0 14 144 63 65 144 30
Binary 1111100 1101101 0 0 1100 1100100 110011 110101 1100100 11000

Color Harmonies of #7C6D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D00

Black with #7C6D00

Text Example


Text Example

White with #7C6D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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