#7B7510

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

Shades of Olive #7B7510

Tints of Olive #7B7510

Color information

#7B7510 (or 0x7B7510) is unknown color: approx Olive. HEX triplet: 7B, 75 and 10. RGB value is (123,117,16). Sum of RGB (Red+Green+Blue) = 123+117+16=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7510 is #848AEF. Grayscale: #6B6B6B. Windows color (decimal): -8686320 or 1078651. OLE color: 1078651.

HSL color Cylindrical-coordinate representation of color #7B7510: hue angle of 56.64º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B7510 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB12311716-
CMYK00.050.870.52
HSL56.64º76.98%27.25%-
HSV(B)56.64º86.99%48.24%-
XYZ14.6216.973-
YUV107.2876.49139.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.05%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=48.05%
G=45.70%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231171600.050.870.5256.6476.9827.25
Hex7B7510055734394d1b
Octal1731652005127647111533
Binary111101111101011000001011010111110100111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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