#7c8e00

Color #7C8E00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7C8E00

Tints of Olive #7C8E00

Color information

#7C8E00 (or 0x7C8E00) is unknown color: approx Olive. HEX triplet: 7C, 8E and 00. RGB value is (124,142,0). Sum of RGB (Red+Green+Blue) = 124+142+0=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8E00 is #8371FF. Grayscale: #787878. Windows color (decimal): -8614400 or 36476. OLE color: 36476.

HSL color Cylindrical-coordinate representation of color #7C8E00: hue angle of 67.61º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C8E00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB1241420-
CMYK0.13010.44
HSL67.61º100%27.84%-
HSV(B)67.61º100%55.69%-
XYZ17.9923.633.61-
YUV120.4360.04130.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 142 (55.86% from 255) = 53.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.62%
G=53.38%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12414200.13010.4467.6110027.84
Hex7C8E0D0642C44641c
Octal17421601501445410414434
Binary11111001000111001101011001001011001000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c8e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7c8e00;
 }
 .AnyTagClassName
 {
   color: #7c8e00;
 }
</style>
background-color css

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

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

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

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

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

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