#7B8210

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

Shades of Olive #7B8210

Tints of Olive #7B8210

Color information

#7B8210 (or 0x7B8210) is unknown color: approx Olive. HEX triplet: 7B, 82 and 10. RGB value is (123,130,16). Sum of RGB (Red+Green+Blue) = 123+130+16=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #7B8210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B8210 is #847DEF. Grayscale: #737373. Windows color (decimal): -8682992 or 1081979. OLE color: 1081979.

HSL color Cylindrical-coordinate representation of color #7B8210: hue angle of 63.68º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B8210 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB12313016-
CMYK0.0500.880.49
HSL63.68º78.08%28.63%-
HSV(B)63.68º87.69%50.98%-
XYZ16.2420.213.54-
YUV114.9172.18133.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=45.72%
G=48.33%
B=5.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123130160.0500.880.4963.6878.0828.63
Hex7B8210505831404e1d
Octal17320220501306110011635
Binary11110111000001010000101010110001100011000000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,130,16); }

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

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

 a { background-color: rgb(123,130,16); }

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

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

 span { border-color: rgb(123,130,16); }

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