#7f8f09

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

Shades of Olive #7F8F09

Tints of Olive #7F8F09

Color information

#7F8F09 (or 0x7F8F09) is unknown color: approx Olive. HEX triplet: 7F, 8F and 09. RGB value is (127,143,9). Sum of RGB (Red+Green+Blue) = 127+143+9=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8F09 is #8070F6. Grayscale: #7B7B7B. Windows color (decimal): -8417527 or 626559. OLE color: 626559.

HSL color Cylindrical-coordinate representation of color #7F8F09: hue angle of 67.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F8F09 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1271439-
CMYK0.1100.940.44
HSL67.16º88.16%29.8%-
HSV(B)67.16º93.71%56.08%-
XYZ18.6224.183.94-
YUV122.9463.7130.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 143 (56.25% from 255) = 51.25%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=45.52%
G=51.25%
B=3.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12714390.1100.940.4467.1688.1629.8
Hex7F8F9B05E2C43581e
Octal177217111301365410313036
Binary11111111000111110011011010111101011001000011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f8f09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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