#7B710C

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

Shades of Olive #7B710C

Tints of Olive #7B710C

Color information

#7B710C (or 0x7B710C) is unknown color: approx Olive. HEX triplet: 7B, 71 and 0C. RGB value is (123,113,12). Sum of RGB (Red+Green+Blue) = 123+113+12=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B710C is #848EF3. Grayscale: #686868. Windows color (decimal): -8687348 or 815483. OLE color: 815483.

HSL color Cylindrical-coordinate representation of color #7B710C: hue angle of 54.59º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B710C is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB12311312-
CMYK00.080.900.52
HSL54.59º82.22%26.47%-
HSV(B)54.59º90.24%48.24%-
XYZ14.1416.052.7-
YUV104.4875.81141.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=49.60%
G=45.56%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231131200.080.900.5254.5982.2226.47
Hex7B71C085A3437521a
Octal17316114010132646712232
Binary111101111100011100010001011010110100110111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,12); }

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

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

 a { background-color: rgb(123,113,12); }

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

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

 span { border-color: rgb(123,113,12); }

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