#7B7812

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

Shades of Olive #7B7812

Tints of Olive #7B7812

Color information

#7B7812 (or 0x7B7812) is unknown color: approx Olive. HEX triplet: 7B, 78 and 12. RGB value is (123,120,18). Sum of RGB (Red+Green+Blue) = 123+120+18=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7812 is #8487ED. Grayscale: #6D6D6D. Windows color (decimal): -8685550 or 1210491. OLE color: 1210491.

HSL color Cylindrical-coordinate representation of color #7B7812: hue angle of 58.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B7812 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB12312018-
CMYK00.020.850.52
HSL58.29º74.47%27.65%-
HSV(B)58.29º85.37%48.24%-
XYZ14.9917.693.2-
YUV109.2776.49137.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.13%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=47.13%
G=45.98%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231201800.020.850.5258.2974.4727.65
Hex7B78120255343a4a1c
Octal1731702202125647211234
Binary11110111111000100100101010101110100111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,120,18); }

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

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

 a { background-color: rgb(123,120,18); }

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

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

 span { border-color: rgb(123,120,18); }

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