#7B7000

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

Shades of Olive #7B7000

Tints of Olive #7B7000

Color information

#7B7000 (or 0x7B7000) is unknown color: approx Olive. HEX triplet: 7B, 70 and 00. RGB value is (123,112,0). Sum of RGB (Red+Green+Blue) = 123+112+0=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7000 is #848FFF. Grayscale: #666666. Windows color (decimal): -8687616 or 28795. OLE color: 28795.

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

Color convert

RGB1231120-
CMYK00.0910.52
HSL54.63º100%24.12%-
HSV(B)54.63º100%48.24%-
XYZ13.9615.82.31-
YUV102.5270.14142.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.34%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.34%
G=47.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123112000.0910.5254.6310024.12
Hex7B700096434376418
Octal1731600011144646714430
Binary111101111100000010011100100110100110111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,0); }

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

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

 a { background-color: rgb(123,112,0); }

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

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

 span { border-color: rgb(123,112,0); }

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