Html Css Color HEX #7C8504 Olive

📋 copy color: '#7C8504'

red 124 ◦ green 133 ◦ blue 4

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

Shades of Olive #7C8504

Tints of Olive #7C8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 47.51%
G = 50.96%
B = 1.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#7C8504 (or 0x7C8504) is known color: Olive. HEX triplet: 7C, 85 and 04. RGB value is (124,133,4). Sum of RGB (Red+Green+Blue) = 124+133+4=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8504 is #837AFB. Grayscale: #747474. Windows color (decimal): -8616700 or 296316. OLE color: 296316.

HSL color Cylindrical-coordinate representation of color #7C8504: hue angle of 64.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C8504 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 133 4 -
CMYK 0.07 0 0.97 0.48
HSL 64.19º 0.94% 0.27% -
HSV(B) 64.19º 0.97% 0.52% -
XYZ 16.72 21.07 3.3 -
YUV 115.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 124 133 4 0.07 0 0.97 0.48 64.19 0.94 0.27
Hex 7C 85 4 7 0 61 30 40 5E 1B
Octal 174 205 4 7 0 141 60 100 136 33
Binary 1111100 10000101 100 111 0 1100001 110000 1000000 1011110 11011

Color Harmonies of #7C8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8504

Black with #7C8504

Text Example


Text Example

White with #7C8504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,4); }

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

background-color css

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

 a { background-color: rgb(124,133,4); }

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

border-color css

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

 span { border-color: rgb(124,133,4); }

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