#7B6F09

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

Shades of Olive #7B6F09

Tints of Olive #7B6F09

Color information

#7B6F09 (or 0x7B6F09) is unknown color: approx Olive. HEX triplet: 7B, 6F and 09. RGB value is (123,111,9). Sum of RGB (Red+Green+Blue) = 123+111+9=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6F09 is #8490F6. Grayscale: #676767. Windows color (decimal): -8687863 or 618363. OLE color: 618363.

HSL color Cylindrical-coordinate representation of color #7B6F09: hue angle of 53.68º degrees, saturation: 0.86, 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 #7B6F09 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB1231119-
CMYK00.100.930.52
HSL53.68º86.36%25.88%-
HSV(B)53.68º92.68%48.24%-
XYZ13.915.62.54-
YUV102.9674.98142.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.62%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 9 (3.91% from 255) = 3.70%
R=50.62%
G=45.68%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123111900.100.930.5253.6886.3625.88
Hex7B6F90A5D3436561a
Octal17315711012135646612632
Binary111101111011111001010101011101110100110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,9); }

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

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

 a { background-color: rgb(123,111,9); }

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

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

 span { border-color: rgb(123,111,9); }

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