#7F8606

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

Shades of Olive #7F8606

Tints of Olive #7F8606

Color information

#7F8606 (or 0x7F8606) is unknown color: approx Olive. HEX triplet: 7F, 86 and 06. RGB value is (127,134,6). Sum of RGB (Red+Green+Blue) = 127+134+6=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8606 is #8079F9. Grayscale: #757575. Windows color (decimal): -8419834 or 427647. OLE color: 427647.

HSL color Cylindrical-coordinate representation of color #7F8606: hue angle of 63.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F8606 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1271346-
CMYK0.0500.960.47
HSL63.28º91.43%27.45%-
HSV(B)63.28º95.52%52.55%-
XYZ17.3121.583.42-
YUV117.3265.18134.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=47.57%
G=50.19%
B=2.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12713460.0500.960.4763.2891.4327.45
Hex7F86650602F3f5b1b
Octal177206650140577713333
Binary11111111000011011010101100000101111111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,6); }

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

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

 a { background-color: rgb(127,134,6); }

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

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

 span { border-color: rgb(127,134,6); }

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