#7B7A01

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

Shades of Olive #7B7A01

Tints of Olive #7B7A01

Color information

#7B7A01 (or 0x7B7A01) is unknown color: approx Olive. HEX triplet: 7B, 7A and 01. RGB value is (123,122,1). Sum of RGB (Red+Green+Blue) = 123+122+1=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7A01 is #8485FE. Grayscale: #6C6C6C. Windows color (decimal): -8685055 or 96891. OLE color: 96891.

HSL color Cylindrical-coordinate representation of color #7B7A01: hue angle of 59.51º 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 #7B7A01 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB1231221-
CMYK00.010.990.52
HSL59.51º98.39%24.31%-
HSV(B)59.51º99.19%48.24%-
XYZ15.1318.132.73-
YUV108.567.33138.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 49.59%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=50%
G=49.59%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123122100.010.990.5259.5198.3924.31
Hex7B7A10163343c6218
Octal173172101143647414230
Binary111101111110101011100011110100111100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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