#7B9006

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

Shades of Olive #7B9006

Tints of Olive #7B9006

Color information

#7B9006 (or 0x7B9006) is unknown color: approx Olive. HEX triplet: 7B, 90 and 06. RGB value is (123,144,6). Sum of RGB (Red+Green+Blue) = 123+144+6=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9006 is #846FF9. Grayscale: #7A7A7A. Windows color (decimal): -8679418 or 430203. OLE color: 430203.

HSL color Cylindrical-coordinate representation of color #7B9006: hue angle of 69.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B9006 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1231446-
CMYK0.1500.960.44
HSL69.13º92%29.41%-
HSV(B)69.13º95.83%56.47%-
XYZ18.1724.173.88-
YUV121.9962.54128.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.05%
GREEN value IS 144 (56.64% from 255) = 52.75%
BLUE value IS 6 (2.73% from 255) = 2.20%
R=45.05%
G=52.75%
B=2.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12314460.1500.960.4469.139229.41
Hex7B906F0602C455c1d
Octal17322061701405410513435
Binary1111011100100001101111011000001011001000101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,144,6); }

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

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

 a { background-color: rgb(123,144,6); }

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

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

 span { border-color: rgb(123,144,6); }

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