#7B6A08

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

Shades of Olive #7B6A08

Tints of Olive #7B6A08

Color information

#7B6A08 (or 0x7B6A08) is unknown color: approx Olive. HEX triplet: 7B, 6A and 08. RGB value is (123,106,8). Sum of RGB (Red+Green+Blue) = 123+106+8=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6A08 is #8495F7. Grayscale: #646464. Windows color (decimal): -8689144 or 551547. OLE color: 551547.

HSL color Cylindrical-coordinate representation of color #7B6A08: hue angle of 51.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B6A08 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB1231068-
CMYK00.140.930.52
HSL51.13º87.79%25.69%-
HSV(B)51.13º93.5%48.24%-
XYZ13.3714.542.33-
YUV99.9176.13144.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.90%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=51.90%
G=44.73%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123106800.140.930.5251.1387.7925.69
Hex7B6A80E5D3433581a
Octal17315210016135646313032
Binary111101111010101000011101011101110100110011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,8); }

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

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

 a { background-color: rgb(123,106,8); }

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

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

 span { border-color: rgb(123,106,8); }

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