#7A880F

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

Shades of Olive #7A880F

Tints of Olive #7A880F

Color information

#7A880F (or 0x7A880F) is unknown color: approx Olive. HEX triplet: 7A, 88 and 0F. RGB value is (122,136,15). Sum of RGB (Red+Green+Blue) = 122+136+15=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #7A880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A880F is #8577F0. Grayscale: #767676. Windows color (decimal): -8746993 or 1017978. OLE color: 1017978.

HSL color Cylindrical-coordinate representation of color #7A880F: hue angle of 66.94º 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 #7A880F is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB12213615-
CMYK0.1000.890.47
HSL66.94º80.13%29.61%-
HSV(B)66.94º88.97%53.33%-
XYZ16.9221.783.76-
YUV118.0269.86130.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=44.69%
G=49.82%
B=5.49%

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
Decimal122136150.1000.890.4766.9480.1329.61
Hex7A88FA0592F43501e
Octal172210171201315710312036
Binary11110101000100011111010010110011011111000011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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