#7B6D0B

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

Shades of Olive #7B6D0B

Tints of Olive #7B6D0B

Color information

#7B6D0B (or 0x7B6D0B) is unknown color: approx Olive. HEX triplet: 7B, 6D and 0B. RGB value is (123,109,11). Sum of RGB (Red+Green+Blue) = 123+109+11=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6D0B is #8492F4. Grayscale: #666666. Windows color (decimal): -8688373 or 748923. OLE color: 748923.

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

Color convert

RGB12310911-
CMYK00.110.910.52
HSL52.5º83.58%26.27%-
HSV(B)52.5º91.06%48.24%-
XYZ13.715.172.52-
YUV102.0176.64142.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.62%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=50.62%
G=44.86%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231091100.110.910.5252.583.5826.27
Hex7B6DB0B5B3434541a
Octal17315513013133646412432
Binary111101111011011011010111011011110100110100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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