Html Css Color HEX #7C6401 Olive

📋 copy color: '#7C6401'

red 124 ◦ green 100 ◦ blue 1

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

Shades of Olive #7C6401

Tints of Olive #7C6401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.44%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 55.11%
G = 44.44%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7C6401 (or 0x7C6401) is known color: Olive. HEX triplet: 7C, 64 and 01. RGB value is (124,100,1). Sum of RGB (Red+Green+Blue) = 124+100+1=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6401 is #839BFE. Grayscale: #606060. Windows color (decimal): -8625151 or 91260. OLE color: 91260.

HSL color Cylindrical-coordinate representation of color #7C6401: hue angle of 48.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C6401 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 1 -
CMYK 0 0.19 0.99 0.51
HSL 48.29º 0.98% 0.25% -
HSV(B) 48.29º 0.99% 0.49% -
XYZ 12.87 13.4 1.94 -
YUV 95.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 124 100 1 0 0.19 0.99 0.51 48.29 0.98 0.25
Hex 7C 64 1 0 13 63 33 30 62 19
Octal 174 144 1 0 23 143 63 60 142 31
Binary 1111100 1100100 1 0 10011 1100011 110011 110000 1100010 11001

Color Harmonies of #7C6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6401

Black with #7C6401

Text Example


Text Example

White with #7C6401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,1); }

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

background-color css

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

 a { background-color: rgb(124,100,1); }

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

border-color css

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

 span { border-color: rgb(124,100,1); }

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