#7F8309

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

Shades of Olive #7F8309

Tints of Olive #7F8309

Color information

#7F8309 (or 0x7F8309) is unknown color: approx Olive. HEX triplet: 7F, 83 and 09. RGB value is (127,131,9). Sum of RGB (Red+Green+Blue) = 127+131+9=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8309 is #807CF6. Grayscale: #747474. Windows color (decimal): -8420599 or 623487. OLE color: 623487.

HSL color Cylindrical-coordinate representation of color #7F8309: hue angle of 61.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F8309 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB1271319-
CMYK0.0300.930.49
HSL61.97º87.14%27.45%-
HSV(B)61.97º93.13%51.37%-
XYZ16.9220.763.37-
YUV115.967.67135.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=47.57%
G=49.06%
B=3.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12713190.0300.930.4961.9787.1427.45
Hex7F839305D313e571b
Octal1772031130135617612733
Binary11111111000001110011101011101110001111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,131,9); }

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

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

 a { background-color: rgb(127,131,9); }

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

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

 span { border-color: rgb(127,131,9); }

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