#7C7305

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

Shades of Olive #7C7305

Tints of Olive #7C7305

Color information

#7C7305 (or 0x7C7305) is unknown color: approx Olive. HEX triplet: 7C, 73 and 05. RGB value is (124,115,5). Sum of RGB (Red+Green+Blue) = 124+115+5=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7305 is #838CFA. Grayscale: #696969. Windows color (decimal): -8621307 or 357244. OLE color: 357244.

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

Color convert

RGB1241155-
CMYK00.070.960.51
HSL55.46º92.25%25.29%-
HSV(B)55.46º95.97%48.63%-
XYZ14.4716.562.58-
YUV105.1571.48141.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=50.82%
G=47.13%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124115500.070.960.5155.4692.2525.29
Hex7C735076033375c19
Octal174163507140636713431
Binary1111100111001110101111100000110011110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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