#7B720B

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

Shades of Olive #7B720B

Tints of Olive #7B720B

Color information

#7B720B (or 0x7B720B) is unknown color: approx Olive. HEX triplet: 7B, 72 and 0B. RGB value is (123,114,11). Sum of RGB (Red+Green+Blue) = 123+114+11=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B720B is #848DF4. Grayscale: #696969. Windows color (decimal): -8687093 or 750203. OLE color: 750203.

HSL color Cylindrical-coordinate representation of color #7B720B: hue angle of 55.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B720B is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB12311411-
CMYK00.070.910.52
HSL55.18º83.58%26.27%-
HSV(B)55.18º91.06%48.24%-
XYZ14.2516.272.71-
YUV104.9574.98140.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=49.60%
G=45.97%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231141100.070.910.5255.1883.5826.27
Hex7B72B075B3437541a
Octal1731621307133646712432
Binary11110111110010101101111011011110100110111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,114,11); }

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

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

 a { background-color: rgb(123,114,11); }

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

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

 span { border-color: rgb(123,114,11); }

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