#7B7612

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

Shades of Olive #7B7612

Tints of Olive #7B7612

Color information

#7B7612 (or 0x7B7612) is unknown color: approx Olive. HEX triplet: 7B, 76 and 12. RGB value is (123,118,18). Sum of RGB (Red+Green+Blue) = 123+118+18=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7612 is #8489ED. Grayscale: #6C6C6C. Windows color (decimal): -8686062 or 1209979. OLE color: 1209979.

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

Color convert

RGB12311818-
CMYK00.040.850.52
HSL57.14º74.47%27.65%-
HSV(B)57.14º85.37%48.24%-
XYZ14.7617.213.12-
YUV108.177.16138.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=47.49%
G=45.56%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231181800.040.850.5257.1474.4727.65
Hex7B7612045534394a1c
Octal1731662204125647111234
Binary111101111101101001001001010101110100111001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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