#7C7805

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

Shades of Olive #7C7805

Tints of Olive #7C7805

Color information

#7C7805 (or 0x7C7805) is unknown color: approx Olive. HEX triplet: 7C, 78 and 05. RGB value is (124,120,5). Sum of RGB (Red+Green+Blue) = 124+120+5=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7805 is #8387FA. Grayscale: #6C6C6C. Windows color (decimal): -8620027 or 358524. OLE color: 358524.

HSL color Cylindrical-coordinate representation of color #7C7805: hue angle of 57.98º 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 #7C7805 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB1241205-
CMYK00.030.960.51
HSL57.98º92.25%25.29%-
HSV(B)57.98º95.97%48.63%-
XYZ15.0617.732.77-
YUV108.0969.83139.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.80%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=49.80%
G=48.19%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124120500.030.960.5157.9892.2525.29
Hex7C7850360333a5c19
Octal174170503140637213431
Binary111110011110001010111100000110011111010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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