#7C7E0D

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

Shades of Olive #7C7E0D

Tints of Olive #7C7E0D

Color information

#7C7E0D (or 0x7C7E0D) is unknown color: approx Olive. HEX triplet: 7C, 7E and 0D. RGB value is (124,126,13). Sum of RGB (Red+Green+Blue) = 124+126+13=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #7C7E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7E0D is #8381F2. Grayscale: #707070. Windows color (decimal): -8618483 or 884348. OLE color: 884348.

HSL color Cylindrical-coordinate representation of color #7C7E0D: hue angle of 61.06º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C7E0D is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12412613-
CMYK0.0200.900.51
HSL61.06º81.29%27.25%-
HSV(B)61.06º89.68%49.41%-
XYZ15.8519.243.26-
YUV112.5271.84136.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 126 (49.61% from 255) = 47.91%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=47.15%
G=47.91%
B=4.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124126130.0200.900.5161.0681.2927.25
Hex7C7ED205A333d511b
Octal1741761520132637512133
Binary1111100111111011011001011010110011111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,126,13); }

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

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

 a { background-color: rgb(124,126,13); }

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

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

 span { border-color: rgb(124,126,13); }

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