#7B7300

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

Shades of Olive #7B7300

Tints of Olive #7B7300

Color information

#7B7300 (or 0x7B7300) is unknown color: approx Olive. HEX triplet: 7B, 73 and 00. RGB value is (123,115,0). Sum of RGB (Red+Green+Blue) = 123+115+0=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7300 is #848CFF. Grayscale: #686868. Windows color (decimal): -8686848 or 29563. OLE color: 29563.

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

Color convert

RGB1231150-
CMYK00.0710.52
HSL56.1º100%24.12%-
HSV(B)56.1º100%48.24%-
XYZ14.316.472.43-
YUV104.2869.15141.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.68%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.68%
G=48.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123115000.0710.5256.110024.12
Hex7B730076434386418
Octal173163007144647014430
Binary11110111110011001111100100110100111000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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