#7F8509

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

Shades of Olive #7F8509

Tints of Olive #7F8509

Color information

#7F8509 (or 0x7F8509) is unknown color: approx Olive. HEX triplet: 7F, 85 and 09. RGB value is (127,133,9). Sum of RGB (Red+Green+Blue) = 127+133+9=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8509 is #807AF6. Grayscale: #757575. Windows color (decimal): -8420087 or 623999. OLE color: 623999.

HSL color Cylindrical-coordinate representation of color #7F8509: hue angle of 62.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F8509 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1271339-
CMYK0.0500.930.48
HSL62.9º87.32%27.84%-
HSV(B)62.9º93.23%52.16%-
XYZ17.1921.313.47-
YUV117.0767.01135.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.21%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=47.21%
G=49.44%
B=3.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12713390.0500.930.4862.987.3227.84
Hex7F859505D303f571c
Octal1772051150135607712734
Binary111111110000101100110101011101110000111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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