Html Css Color HEX #7C7301 Olive

📋 copy color: '#7C7301'

red 124 ◦ green 115 ◦ blue 1

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

Shades of Olive #7C7301

Tints of Olive #7C7301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

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

R = 51.67%
G = 47.92%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7C7301 (or 0x7C7301) is known color: Olive. HEX triplet: 7C, 73 and 01. RGB value is (124,115,1). Sum of RGB (Red+Green+Blue) = 124+115+1=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7301 is #838CFE. Grayscale: #696969. Windows color (decimal): -8621311 or 95100. OLE color: 95100.

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

Color convert

RGB 124 115 1 -
CMYK 0 0.07 0.99 0.51
HSL 55.61º 0.98% 0.25% -
HSV(B) 55.61º 0.99% 0.49% -
XYZ 14.45 16.55 2.46 -
YUV 104.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 124 115 1 0 0.07 0.99 0.51 55.61 0.98 0.25
Hex 7C 73 1 0 7 63 33 38 62 19
Octal 174 163 1 0 7 143 63 70 142 31
Binary 1111100 1110011 1 0 111 1100011 110011 111000 1100010 11001

Color Harmonies of #7C7301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7301

Black with #7C7301

Text Example


Text Example

White with #7C7301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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