#7B6501

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

Shades of Olive #7B6501

Tints of Olive #7B6501

Color information

#7B6501 (or 0x7B6501) is unknown color: approx Olive. HEX triplet: 7B, 65 and 01. RGB value is (123,101,1). Sum of RGB (Red+Green+Blue) = 123+101+1=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6501 is #849AFE. Grayscale: #606060. Windows color (decimal): -8690431 or 91515. OLE color: 91515.

HSL color Cylindrical-coordinate representation of color #7B6501: hue angle of 49.18º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B6501 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB1231011-
CMYK00.180.990.52
HSL49.18º98.39%24.31%-
HSV(B)49.18º99.19%48.24%-
XYZ12.8313.521.96-
YUV96.1874.29147.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.67%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=54.67%
G=44.89%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123101100.180.990.5249.1898.3924.31
Hex7B6510126334316218
Octal1731451022143646114230
Binary1111011110010110100101100011110100110001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,101,1); }

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

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

 a { background-color: rgb(123,101,1); }

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

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

 span { border-color: rgb(123,101,1); }

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