Html Css Color HEX #7C8401 Olive

📋 copy color: '#7C8401'

red 124 ◦ green 132 ◦ blue 1

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

Shades of Olive #7C8401

Tints of Olive #7C8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.36%

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

R = 48.25%
G = 51.36%
B = 0.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#7C8401 (or 0x7C8401) is known color: Olive. HEX triplet: 7C, 84 and 01. RGB value is (124,132,1). Sum of RGB (Red+Green+Blue) = 124+132+1=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8401 is #837BFE. Grayscale: #737373. Windows color (decimal): -8616959 or 99452. OLE color: 99452.

HSL color Cylindrical-coordinate representation of color #7C8401: hue angle of 63.66º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C8401 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 132 1 -
CMYK 0.06 0 0.99 0.48
HSL 63.66º 0.98% 0.26% -
HSV(B) 63.66º 0.99% 0.52% -
XYZ 16.57 20.79 3.17 -
YUV 114.67 63.85 134.65 -
System Red Green Blue C M Y K H S L
Decimal 124 132 1 0.06 0 0.99 0.48 63.66 0.98 0.26
Hex 7C 84 1 6 0 63 30 40 62 1A
Octal 174 204 1 6 0 143 60 100 142 32
Binary 1111100 10000100 1 110 0 1100011 110000 1000000 1100010 11010

Color Harmonies of #7C8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8401

Black with #7C8401

Text Example


Text Example

White with #7C8401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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