#7C7405

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

Shades of Olive #7C7405

Tints of Olive #7C7405

Color information

#7C7405 (or 0x7C7405) is unknown color: approx Olive. HEX triplet: 7C, 74 and 05. RGB value is (124,116,5). Sum of RGB (Red+Green+Blue) = 124+116+5=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7405 is #838BFA. Grayscale: #6A6A6A. Windows color (decimal): -8621051 or 357500. OLE color: 357500.

HSL color Cylindrical-coordinate representation of color #7C7405: hue angle of 55.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C7405 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB1241165-
CMYK00.060.960.51
HSL55.97º92.25%25.29%-
HSV(B)55.97º95.97%48.63%-
XYZ14.5816.792.62-
YUV105.7471.15141.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=50.61%
G=47.35%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124116500.060.960.5155.9792.2525.29
Hex7C745066033385c19
Octal174164506140637013431
Binary1111100111010010101101100000110011111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,5); }

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

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

 a { background-color: rgb(124,116,5); }

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

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

 span { border-color: rgb(124,116,5); }

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