#7B880F

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

Shades of Olive #7B880F

Tints of Olive #7B880F

Color information

#7B880F (or 0x7B880F) is unknown color: approx Olive. HEX triplet: 7B, 88 and 0F. RGB value is (123,136,15). Sum of RGB (Red+Green+Blue) = 123+136+15=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #7B880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B880F is #8477F0. Grayscale: #767676. Windows color (decimal): -8681457 or 1017979. OLE color: 1017979.

HSL color Cylindrical-coordinate representation of color #7B880F: hue angle of 66.45º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B880F is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB12313615-
CMYK0.1000.890.47
HSL66.45º80.13%29.61%-
HSV(B)66.45º88.97%53.33%-
XYZ17.0621.853.77-
YUV118.3269.69131.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 136 (53.52% from 255) = 49.64%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=44.89%
G=49.64%
B=5.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123136150.1000.890.4766.4580.1329.61
Hex7B88FA0592F42501e
Octal173210171201315710212036
Binary11110111000100011111010010110011011111000010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,136,15); }

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

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

 a { background-color: rgb(123,136,15); }

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

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

 span { border-color: rgb(123,136,15); }

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